Skip to content

Commit

Permalink
Grape bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Sep 3, 2024
1 parent db85ef8 commit a9c5044
Show file tree
Hide file tree
Showing 2 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,7 +4,7 @@ ruby File.read('.ruby-version').strip

gem 'activesupport'
gem 'geocoder'
gem 'grape', '~> 1.5.3'
gem 'grape', '~> 1.8.0'
gem 'grape-entity', '~> 0.8.1'
gem 'iso_country_codes'
gem 'mongo', '~> 2.8.0'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ GEM
activesupport (>= 4.2.0)
ffi (1.13.1-x86-mingw32)
geocoder (1.6.7)
grape (1.5.3)
activesupport
grape (1.8.0)
activesupport (>= 5)
builder
dry-types (>= 1.1)
mustermann-grape (~> 1.0.0)
Expand Down Expand Up @@ -149,7 +149,7 @@ DEPENDENCIES
database_cleaner
factory_bot
geocoder
grape (~> 1.5.3)
grape (~> 1.8.0)
grape-entity (~> 0.8.1)
iso_country_codes
minitest
Expand Down

0 comments on commit a9c5044

Please sign in to comment.