Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 25 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,47 +5,53 @@ PATH
activesupport
addressable (~> 2.8.6)
hashie
httparty (~> 0.21.0)
httparty (>= 0.21, < 0.23)
retriable

GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
activesupport (8.0.1)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.4)
concurrent-ruby (1.2.2)
benchmark (0.4.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
csv (3.3.0)
diff-lcs (1.3)
drb (2.2.0)
ruby2_keywords
drb (2.2.1)
factory_bot (6.4.1)
activesupport (>= 5.0.0)
hashdiff (1.0.0)
hashie (5.0.0)
httparty (0.21.0)
httparty (0.22.0)
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.1)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
logger (1.6.3)
mini_mime (1.1.5)
minitest (5.20.0)
multi_xml (0.6.0)
mutex_m (0.2.0)
public_suffix (4.0.3)
minitest (5.25.4)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
public_suffix (6.0.1)
rake (13.1.0)
retriable (3.1.2)
rspec (3.9.0)
Expand All @@ -61,10 +67,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
ruby2_keywords (0.0.5)
safe_yaml (1.0.5)
securerandom (0.4.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.2)
webmock (3.7.6)
addressable (>= 2.3.6)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion lever.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency('activesupport')
spec.add_runtime_dependency('hashie')
spec.add_runtime_dependency('httparty', '~> 0.21.0')
spec.add_runtime_dependency('httparty', '>= 0.21', '< 0.23')
spec.add_runtime_dependency('retriable')
spec.add_runtime_dependency('addressable', '~> 2.8.6')

Expand Down