Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚨 [security] Update jquery-ui-rails 4.0.5 β†’ 7.0.0 (major) #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 22 additions & 19 deletions Gemfile.lock
@@ -1,11 +1,11 @@
GIT
remote: git://github.com/chrisk/fakeweb.git
remote: https://github.com/chrisk/fakeweb.git
revision: 2b08c1ff2714ec13a12f3497d67fcefce95c2cbe
specs:
fakeweb (1.3.0)

GIT
remote: git://github.com/plataformatec/show_for.git
remote: https://github.com/plataformatec/show_for.git
revision: 7f2dc583ee84e9fd86d00c70c5e63027b20a8efc
specs:
show_for (0.3.0.rc)
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
builder (3.2.3)
builder (3.2.4)
cancan (1.6.9)
capybara (3.12.0)
addressable
Expand Down Expand Up @@ -119,7 +119,7 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.1.4)
connection_pool (2.2.2)
crass (1.0.4)
crass (1.0.6)
daemons (1.2.6)
database_cleaner (1.0.0.RC1)
debug_inspector (0.0.2)
Expand Down Expand Up @@ -194,8 +194,8 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (4.0.5)
railties (>= 3.1.0)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (1.8.6)
kaminari (1.1.1)
activesupport (>= 4.1.0)
Expand All @@ -213,9 +213,9 @@ GEM
addressable (~> 2.3)
letter_opener (1.1.1)
launchy (~> 2.2)
loofah (2.2.3)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
nokogiri (>= 1.12.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
mechanize (2.7.2)
Expand All @@ -232,8 +232,8 @@ GEM
rails
mime-types (1.25.1)
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
mini_portile2 (2.8.5)
minitest (5.22.3)
mixlib-cli (1.4.0)
money (6.5.0)
i18n (>= 0.6.4, <= 0.7.0)
Expand All @@ -242,8 +242,9 @@ GEM
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)
newrelic_rpm (5.6.0.349)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.16.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nori (2.3.0)
ntlm-http (0.1.1)
orm_adapter (0.5.0)
Expand All @@ -264,7 +265,8 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
psych (3.1.0)
rack (1.6.11)
racc (1.7.3)
rack (1.6.13)
rack-protection (1.5.5)
rack
rack-test (0.6.3)
Expand All @@ -280,14 +282,15 @@ GEM
bundler (>= 1.3.0, < 2.0)
railties (= 4.2.11)
sprockets-rails
rails-deprecated_sanitizer (1.0.3)
rails-deprecated_sanitizer (1.0.4)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-i18n (0.7.3)
i18n (~> 0.5)
rails_config (0.3.3)
Expand All @@ -298,7 +301,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.3.2)
rake (13.1.0)
ransack (1.5.1)
actionpack (>= 3.0)
activerecord (>= 3.0)
Expand Down Expand Up @@ -421,11 +424,11 @@ GEM
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.3)
thor (1.3.1)
thread_safe (0.3.6)
tilt (2.0.9)
timecop (0.6.1)
tzinfo (1.2.5)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uglifier (4.1.20)
execjs (>= 0.3.0, < 3)
Expand Down