Skip to content

Commit

Permalink
update jquery rails to fix regression
Browse files Browse the repository at this point in the history
this issue was breaking some feature tests
jquery/jquery#2866
  • Loading branch information
northerner committed Apr 13, 2016
1 parent 911aa07 commit b8499d5
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions Gemfile.lock
Expand Up @@ -100,7 +100,8 @@ GEM
byebug (5.0.0)
columnize (= 0.9.0)
cancancan (1.13.1)
capybara (2.4.4)
capybara (2.7.0)
addressable
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
Expand Down Expand Up @@ -254,8 +255,8 @@ GEM
multi_xml (>= 0.5.2)
i18n (0.7.0)
ipaddress (0.8.2)
jquery-rails (4.1.0)
rails-dom-testing (~> 1.0)
jquery-rails (4.1.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
Expand All @@ -274,23 +275,23 @@ GEM
logging (2.0.0)
little-plugger (~> 1.1)
multi_json (~> 1.10)
loofah (2.0.2)
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.3)
mime-types (>= 1.16, < 3)
memoist (0.14.0)
method_source (0.8.2)
mime-types (2.6.1)
mini_portile (0.6.2)
minitest (5.8.0)
mime-types (2.99.1)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.11.2)
multi_test (0.1.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
nenv (0.2.0)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
nokogiri (1.6.7.2)
mini_portile2 (~> 2.0.0.rc2)
notiffany (0.0.7)
nenv (~> 0.1)
shellany (~> 0.0)
Expand All @@ -307,7 +308,7 @@ GEM
activesupport (>= 3.0, < 6.0)
request_store (~> 1.1)
pg (0.18.2)
poltergeist (1.6.0)
poltergeist (1.9.0)
capybara (~> 2.1)
cliver (~> 0.3.1)
multi_json (~> 1.0)
Expand Down Expand Up @@ -342,14 +343,14 @@ GEM
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
rails-html-sanitizer (1.0.3)
loofah (~> 2.0)
railties (4.2.3)
actionpack (= 4.2.3)
activesupport (= 4.2.3)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.4.2)
rake (11.1.2)
rb-fsevent (0.9.5)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
Expand Down Expand Up @@ -424,7 +425,7 @@ GEM
uber (0.0.15)
warden (1.2.6)
rack (>= 1.0)
websocket-driver (0.6.2)
websocket-driver (0.6.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
will_paginate (3.1.0)
Expand Down

0 comments on commit b8499d5

Please sign in to comment.