Skip to content

Commit

Permalink
gemも本番でinstallする
Browse files Browse the repository at this point in the history
  • Loading branch information
canisterism committed Jul 22, 2023
1 parent 5625daa commit 605e352
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ ruby '3.1.0'
gem 'bootsnap', require: false
gem 'faraday-http-cache'
gem 'google-cloud-firestore'
gem 'graphiql-rails'
gem 'graphql'
gem 'jwt'
gem 'pg'
gem 'puma', '~> 5.0'
gem 'rack-cors'
gem 'rails', '~> 7.0.4', '>= 7.0.4.3'
gem 'sass-rails'
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

group :development do
gem 'graphiql-rails'
gem 'rubocop', '~> 1.50'
gem "rubocop-performance", "~> 1.17"
gem "rubocop-rubycw", "~> 0.1.6"
gem 'sass-rails'
end

group :development, :test do
Expand Down

0 comments on commit 605e352

Please sign in to comment.