diff --git a/Gemfile b/Gemfile index 5637e5f..9b83aef 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'http://rubygems.org' -gem 'rails', '3.1.0' +gem 'rails', '7.1.0' gem 'newrelic_rpm' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' @@ -13,11 +13,11 @@ gem 'json' # in production environments by default. group :assets do gem 'sass-rails', " ~> 3.1.0" - gem 'coffee-rails', "~> 3.1.0" + gem 'coffee-rails', '~> 4.2.2' gem 'uglifier' end -gem 'jquery-rails' +gem 'jquery-rails', '>= 4.0.1' # Use unicorn as the web server # gem 'unicorn'