diff options
author | Sherwin Wu <thesherwinwu@gmail.com> | 2013-01-19 10:43:44 -0800 |
---|---|---|
committer | Sherwin Wu <thesherwinwu@gmail.com> | 2013-01-19 10:43:44 -0800 |
commit | 90995bab7d15dc33ad88a00737ed03e076bb6b4a (patch) | |
tree | e499a91efebc7e4b5f78327f5c0a59306a02703e | |
parent | 57126ee5e392a4dc2eed22963d25020a48a93413 (diff) | |
download | rails-90995bab7d15dc33ad88a00737ed03e076bb6b4a.tar.gz rails-90995bab7d15dc33ad88a00737ed03e076bb6b4a.tar.bz2 rails-90995bab7d15dc33ad88a00737ed03e076bb6b4a.zip |
Updated version of jQuery rails in gemfile
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ gem 'mocha', '~> 0.13.0', require: false gem 'rack-test', github: 'brynary/rack-test' gem 'rack-cache', '~> 1.2' gem 'bcrypt-ruby', '~> 3.0.0' -gem 'jquery-rails', '~> 2.1.4', github: 'rails/jquery-rails' +gem 'jquery-rails', '~> 2.2.0', github: 'rails/jquery-rails' gem 'turbolinks' gem 'coffee-rails', github: 'rails/coffee-rails' |