Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gem Updates Development -> Master #173

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.7
2.3.8
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
ruby File.read('.ruby-version').strip

# the base rails libraries
gem 'pg'
gem 'pg', '~> 0.21.0'
gem 'rails', '~> 3.2.16'
gem 'rails_12factor'
gem 'thin'
Expand Down Expand Up @@ -89,13 +89,13 @@ gem 'jquery-datatables-rails', git: 'https://github.com/rweng/jquery-datatables-
gem 'cocoon'

# set timezone to browser timezone
gem 'browser-timezone-rails' # '~> 0.0.9'
gem 'browser-timezone-rails', '~> 0.2.00'
gem 'ranked-model'

# Send email when exception occurs.
gem 'exception_notification', '~> 3.0.1'
gem 'exception_notification-rake', '~> 0.0.6'

gem 'cancancan'
gem 'cancancan', '~> 1.15.0'
gem 'interactor'
gem 'newrelic_rpm'
Loading