Skip to content

Commit

Permalink
bump json gem
Browse files Browse the repository at this point in the history
because 1.8.5 is broken on ruby 3+
  • Loading branch information
CamJN committed May 6, 2022
1 parent 9b9b257 commit f2031e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ group :base do
gem 'mime-types', '1.25'
gem 'rspec', '2.14.1'
gem 'rake', '< 13.0.0'
gem 'json', '1.8.5'
gem 'json', '>= 2.3.0'
gem 'rack', '< 2.0'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
comp_tree (1.1.3)
diff-lcs (1.4.4)
comp_tree (>= 1.1.3)
json (1.8.5)
json (2.6.1)
mime-types (1.25)
rack (1.6.13)
rake (12.3.3)
Expand All @@ -21,7 +21,7 @@ PLATFORMS
ruby

DEPENDENCIES
json (= 1.8.5)
json (>= 2.3.0)
mime-types (= 1.25)
rack (< 2.0)
rake (< 13.0.0)
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian

0 comments on commit f2031e4

Please sign in to comment.