Skip to content

Commit

Permalink
Merge pull request #74 from grdw/bump-bundler
Browse files Browse the repository at this point in the history
Update bundler
  • Loading branch information
grdw authored Jun 29, 2021
2 parents 741f56e + f74109b commit 6b89033
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ PLATFORMS
ruby

DEPENDENCIES
bundler (~> 1.16)
bundler (>= 2.2.10)
pry (~> 0.13)
rake (~> 13.0)
rspec (~> 3.0)
rubocop (~> 0.82)
seri!

BUNDLED WITH
2.2.5
2.2.21
2 changes: 1 addition & 1 deletion seri.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'oj', '~> 3.7'

spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'bundler', '>= 2.2.10'
spec.add_development_dependency 'pry', '~> 0.13'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
Expand Down

0 comments on commit 6b89033

Please sign in to comment.