Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Feb 25, 2024
1 parent 614cc4f commit b37918f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ gem("jbuilder")
# Use ActiveModel has_secure_password
gem("bcrypt", "~> 3.1.7")

# Use puma as the app server
gem("puma")

# Use Capistrano for deployment
# gem("capistrano", group: :development)

Expand Down Expand Up @@ -236,6 +233,9 @@ group :development do
end

group :production do
# Use puma as the app server
gem("puma")

# New Relic for application and other monitoring
# https://newrelic.com/
gem("newrelic_rpm")
Expand Down

0 comments on commit b37918f

Please sign in to comment.