Skip to content

Commit

Permalink
update jquery-rails to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
acmetech committed Dec 29, 2016
1 parent 00bee3f commit 4b64230
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PATH
draper (~> 3.0.0.pre1)
elasticsearch-rails (~> 0.1.9)
enumerize (~> 2.0.1)
jquery-rails (~> 4.2.1)
jquery-rails (~> 4.2.2)
jquery-ui-rails (~> 6.0.1)
omniauth (~> 1.3.1)
omniauth-facebook (~> 4.0.0)
Expand Down Expand Up @@ -182,7 +182,7 @@ GEM
sparkr (>= 0.2.0)
term-ansicolor
yard (~> 0.8.7.5)
jquery-rails (4.2.1)
jquery-rails (4.2.2)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down
2 changes: 1 addition & 1 deletion socializer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_dependency("rails", "~> 5.0.1")
spec.add_dependency("jquery-rails", "~> 4.2.1")
spec.add_dependency("jquery-rails", "~> 4.2.2")
# Added "jquery-ui-rails" for drag and drop
spec.add_dependency("jquery-ui-rails", "~> 6.0.1")
spec.add_dependency("sass-rails", "~> 5.0.6")
Expand Down

0 comments on commit 4b64230

Please sign in to comment.