Skip to content

Commit

Permalink
downgrade jquery-rails gem
Browse files Browse the repository at this point in the history
  • Loading branch information
Franco Sellitto committed Mar 31, 2014
1 parent d3e74d5 commit 482086d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -33,7 +33,7 @@ gem 'gettext_i18n_rails', '~> 1.0'
gem 'guard-jasmine', '~> 1.19', :group => [:test, :development]
gem 'haml', '~> 3.1'
gem 'haml_assets', '~> 0.2'
gem 'jquery-rails', '~> 2.3' # NOTE in order to upgrate to '~> 3.1', first adapt the code removing the .live() functions
gem 'jquery-rails', '2.1.3' # '~> 2.1' FIXME the version 2.1.4 clashes with underscore-rails 1.4.2.1 + # NOTE in order to upgrate to '~> 3.1', first adapt the code removing the .live() functions
gem 'jquery-tmpl-rails', '~> 1.1'
gem 'jruby-openssl', :platform => :jruby
gem 'json', '~> 1.8'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Expand Up @@ -173,9 +173,9 @@ GEM
highline (1.6.21)
hike (1.2.3)
i18n (0.6.9)
jquery-rails (2.3.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
jquery-tmpl-rails (1.1.0)
rails (>= 3.1.0)
json (1.8.1)
Expand Down Expand Up @@ -385,7 +385,7 @@ DEPENDENCIES
haml (~> 3.1)
haml_assets (~> 0.2)
jasminerice!
jquery-rails (~> 2.3)
jquery-rails (= 2.1.3)
jquery-tmpl-rails (~> 1.1)
jruby-openssl
json (~> 1.8)
Expand Down

0 comments on commit 482086d

Please sign in to comment.