Skip to content

Commit

Permalink
Update various gems including Faraday and sqllite3 to get tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhopkins committed May 3, 2024
1 parent 771ab4f commit 7e503ab
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 32 deletions.
14 changes: 9 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@ gemspec

gem "rake"
gem "minitest", ">= 5"
gem "activerecord", "~> 7.0.5"
gem "activejob", "~> 7.0.5", require: "active_job"
gem "actionpack", "~> 7.0.5"
gem "activerecord", "~> 7.1.0"
gem "activejob", "~> 7.1.0", require: "active_job"
gem "actionpack", "~> 7.1.0"
gem "elasticsearch", "~> 7"
gem "sqlite3"
gem 'sqlite3', '~> 1.4'
gem "gemoji-parser"
gem "typhoeus"
gem "redis", "~> 4"
gem "connection_pool"
gem "kaminari"
gem "parallel_tests"
gem "typhoeus"
gem 'faraday-httpclient'
gem 'faraday-net_http_persistent'
gem 'faraday-net_http'
gem 'faraday-typhoeus'
85 changes: 58 additions & 27 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,48 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
rack (~> 2.0, >= 2.2.4)
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.3.2)
activesupport (= 7.1.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.3.2)
activesupport (= 7.1.3.2)
globalid (>= 0.3.6)
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activesupport (7.0.8.1)
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
timeout (>= 0.4.0)
activesupport (7.1.3.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.7)
builder (3.2.4)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
crass (1.0.6)
drb (2.2.1)
elasticsearch (7.17.10)
elasticsearch-api (= 7.17.10)
elasticsearch-transport (= 7.17.10)
Expand All @@ -51,15 +63,24 @@ GEM
ffi (>= 1.15.0)
faraday (2.9.0)
faraday-net_http (>= 2.0, < 3.2)
faraday-httpclient (2.0.1)
httpclient (>= 2.2)
faraday-net_http (3.1.0)
net-http
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
faraday-typhoeus (1.1.0)
faraday (~> 2.0)
typhoeus (~> 1.4)
ffi (1.16.3)
gemoji (4.1.0)
gemoji-parser (1.3.1)
gemoji (>= 2.1.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashie (5.0.0)
httpclient (2.8.3)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
kaminari (1.2.2)
Expand All @@ -77,11 +98,13 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mini_portile2 (2.8.6)
minitest (5.22.3)
multi_json (1.15.0)
mutex_m (0.2.0)
net-http (0.4.1)
uri
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
nokogiri (1.16.4-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin)
Expand All @@ -92,7 +115,9 @@ GEM
parallel_tests (4.7.1)
parallel
racc (1.7.3)
rack (2.2.9)
rack (3.0.10)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rails-dom-testing (2.2.0)
Expand All @@ -104,8 +129,10 @@ GEM
nokogiri (~> 1.14)
rake (13.2.1)
redis (4.8.1)
sqlite3 (2.0.1)
mini_portile2 (~> 2.8.0)
sqlite3 (1.7.3-arm64-darwin)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
timeout (0.4.1)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (2.0.6)
Expand All @@ -118,19 +145,23 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
actionpack (~> 7.0.5)
activejob (~> 7.0.5)
activerecord (~> 7.0.5)
actionpack (~> 7.1.0)
activejob (~> 7.1.0)
activerecord (~> 7.1.0)
connection_pool
elasticsearch (~> 7)
faraday-httpclient
faraday-net_http
faraday-net_http_persistent
faraday-typhoeus
gemoji-parser
kaminari
minitest (>= 5)
parallel_tests
rake
redis (~> 4)
searchkick!
sqlite3
sqlite3 (~> 1.4)
typhoeus

BUNDLED WITH
Expand Down

0 comments on commit 7e503ab

Please sign in to comment.