Skip to content

Commit

Permalink
Bump some gems, including Bundler -> 2.4.22, the last version to supp…
Browse files Browse the repository at this point in the history
…ort Ruby 2.7.8.225
  • Loading branch information
ajtucker committed Jan 8, 2025
1 parent fafaa54 commit 59d51be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ GEM
faraday (~> 1.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
minitest (5.25.1)
minitest (5.25.4)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
mocha (2.5.0)
mocha (2.7.1)
ruby2_keywords (>= 0.0.5)
multipart-post (2.4.1)
parallel (1.26.3)
Expand All @@ -57,8 +57,8 @@ GEM
racc (1.8.1)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.9.2)
rexml (3.3.9)
regexp_parser (2.10.0)
rexml (3.4.0)
rubocop (1.26.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
Expand All @@ -68,7 +68,7 @@ GEM
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.35.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -85,7 +85,7 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 2.1.4)
bundler (~> 2.4.22)
byebug (~> 11.1.3)
minitest (~> 5.25)
minitest-reporters (~> 1.7)
Expand All @@ -97,4 +97,4 @@ DEPENDENCIES
vcr (~> 6.0.0)

BUNDLED WITH
2.1.4
2.4.22
2 changes: 1 addition & 1 deletion sapi-client-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'faraday_middleware', '~> 1.0.0'
spec.add_dependency 'i18n', '~> 1.5'

spec.add_development_dependency 'bundler', '~> 2.1.4'
spec.add_development_dependency 'bundler', '~> 2.4.22'
spec.add_development_dependency 'byebug', '~> 11.1.3'
spec.add_development_dependency 'minitest', '~> 5.25'
spec.add_development_dependency 'minitest-reporters', '~> 1.7'
Expand Down

0 comments on commit 59d51be

Please sign in to comment.