Skip to content

Commit

Permalink
Fix Grape
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Sep 3, 2024
1 parent 52dbabd commit 4dc9bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ ruby File.read('.ruby-version').strip

gem 'activesupport'
gem 'geocoder'
gem 'grape'
gem 'grape-entity'
gem 'grape', '~> 1.4.0'
gem 'grape-entity', '~> 0.8.1'
gem 'iso_country_codes'
gem 'mongo', '~> 2.8.0'
gem 'mongoid', '~> 6.0'
Expand Down

0 comments on commit 4dc9bab

Please sign in to comment.