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 4e53267 commit db85ef8
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 24 deletions.
6 changes: 5 additions & 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.4.0'
gem 'grape', '~> 1.5.3'
gem 'grape-entity', '~> 0.8.1'
gem 'iso_country_codes'
gem 'mongo', '~> 2.8.0'
Expand All @@ -27,6 +27,10 @@ group :test do
gem 'shoulda-context'
end

group :development do
gem 'webrick'
end

group :production do
gem 'unicorn'
end
43 changes: 20 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,40 +9,34 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
ast (2.4.1)
bigdecimal (3.1.8)
blockenspiel (0.5.0)
bson (4.10.0)
builder (3.2.4)
builder (3.3.0)
concurrent-ruby (1.1.9)
database_cleaner (1.8.5)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dry-configurable (0.11.6)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
dry-core (~> 0.4, >= 0.4.7)
dry-equalizer (~> 0.2)
dry-container (0.7.2)
zeitwerk (~> 2.6)
dry-inflector (1.1.0)
dry-logic (1.5.0)
concurrent-ruby (~> 1.0)
dry-configurable (~> 0.1, >= 0.1.3)
dry-core (0.4.9)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-types (1.7.2)
bigdecimal (~> 3.0)
concurrent-ruby (~> 1.0)
dry-equalizer (0.3.0)
dry-inflector (0.2.0)
dry-logic (1.0.6)
concurrent-ruby (~> 1.0)
dry-core (~> 0.2)
dry-equalizer (~> 0.2)
dry-types (1.4.0)
concurrent-ruby (~> 1.0)
dry-container (~> 0.3)
dry-core (~> 0.4, >= 0.4.4)
dry-equalizer (~> 0.3)
dry-inflector (~> 0.1, >= 0.1.2)
dry-logic (~> 1.0, >= 1.0.2)
dry-core (~> 1.0)
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
factory_bot (5.2.0)
activesupport (>= 4.2.0)
ffi (1.13.1-x86-mingw32)
geocoder (1.6.7)
grape (1.4.0)
grape (1.5.3)
activesupport
builder
dry-types (>= 1.1)
Expand Down Expand Up @@ -71,7 +65,7 @@ GEM
multi_json (1.15.0)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mustermann-grape (1.0.1)
mustermann-grape (1.0.2)
mustermann (>= 1.0.0)
netrc (0.11.0)
parallel (1.19.2)
Expand Down Expand Up @@ -143,6 +137,8 @@ GEM
raindrops (~> 0.7)
versionomy (0.5.0)
blockenspiel (~> 0.5)
webrick (1.8.1)
zeitwerk (2.6.18)

PLATFORMS
ruby
Expand All @@ -153,7 +149,7 @@ DEPENDENCIES
database_cleaner
factory_bot
geocoder
grape (~> 1.4.0)
grape (~> 1.5.3)
grape-entity (~> 0.8.1)
iso_country_codes
minitest
Expand All @@ -170,6 +166,7 @@ DEPENDENCIES
sinatra-simple-navigation (~> 4.0)
unicorn
versionomy
webrick

RUBY VERSION
ruby 3.1.4p223
Expand Down

0 comments on commit db85ef8

Please sign in to comment.