Skip to content

Commit

Permalink
production group
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Apr 11, 2018
1 parent 3907e66 commit 7b91cd0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ gem "uglifier", ">= 1.3.0"
gem "jquery-rails", "~> 4.3"
gem "dynamic_form"

gem "exception_notification"
gem "skylight"

gem "bcrypt", "~> 3.1.2"
gem "rotp"
gem "rqrcode"
Expand All @@ -36,6 +33,11 @@ gem "oauth"
# for parsing incoming mail
gem "mail"

group :production do
gem "exception_notification"
gem "skylight"
end

group :test, :development do
gem 'bullet'
gem "rspec-rails"
Expand Down

0 comments on commit 7b91cd0

Please sign in to comment.