Skip to content

Commit

Permalink
Merge commit '124d7c824a68139df4998f24a5dbb39391e22850'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfranzen committed Feb 18, 2020
2 parents 429f495 + 124d7c8 commit eb2e373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem 'rack-cors'
# gem 'graphiql-rails', group: :development

# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
# Use Redis adapter to run Action Cable in production
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ GEM
equatable (~> 0.6)
tty-color (~> 0.5)
pg (1.1.4)
puma (3.12.1)
puma (3.12.2)
rack (2.0.8)
rack-cors (1.0.3)
rack-test (1.1.0)
Expand Down Expand Up @@ -266,7 +266,7 @@ DEPENDENCIES
graphql-errors
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.11)
puma (~> 3.12)
rack-cors
rails (~> 6.0.2)
rails-controller-testing
Expand Down

0 comments on commit eb2e373

Please sign in to comment.