Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit 398f767

Browse files
authored
Merge pull request #670 from Data-Liberation-Front/dependabot/bundler/jquery-rails-4.5.0
Bump jquery-rails from 4.4.0 to 4.5.0
2 parents 053a132 + 06e5130 commit 398f767

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'coffee-rails', '~> 4.2'
1818
gem 'therubyracer', '~> 0.12', platforms: :ruby
1919

2020
# Use jquery as the JavaScript library
21-
gem 'jquery-rails', '~> 4.4'
21+
gem 'jquery-rails', '~> 4.5'
2222

2323
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
2424
gem 'turbolinks', '~> 5.2'

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
execjs
127127
coffee-script-source (1.12.2)
128128
colorize (0.8.1)
129-
concurrent-ruby (1.1.9)
129+
concurrent-ruby (1.1.10)
130130
connection_pool (2.2.1)
131131
coveralls (0.8.23)
132132
json (>= 1.8, < 3)
@@ -419,7 +419,7 @@ GEM
419419
activesupport (>= 4.2.0)
420420
jquery-dotdotdot-rails (1.6.5)
421421
railties (>= 3.1)
422-
jquery-rails (4.4.0)
422+
jquery-rails (4.5.0)
423423
rails-dom-testing (>= 1, < 3)
424424
railties (>= 4.2.0)
425425
thor (>= 0.14, < 2.0)
@@ -489,7 +489,7 @@ GEM
489489
listen (3.2.1)
490490
rb-fsevent (~> 0.10, >= 0.10.3)
491491
rb-inotify (~> 0.9, >= 0.9.10)
492-
loofah (2.13.0)
492+
loofah (2.18.0)
493493
crass (~> 1.0.2)
494494
nokogiri (>= 1.5.9)
495495
lumberjack (1.2.4)
@@ -748,7 +748,7 @@ GEM
748748
daemons (~> 1.0, >= 1.0.9)
749749
eventmachine (~> 1.0, >= 1.0.4)
750750
rack (>= 1, < 3)
751-
thor (1.1.0)
751+
thor (1.2.1)
752752
thread_safe (0.3.6)
753753
tilt (2.0.10)
754754
timecop (0.9.5)
@@ -823,7 +823,7 @@ DEPENDENCIES
823823
guard-rspec (~> 4.7)
824824
jbuilder (~> 2.9)
825825
jquery-dotdotdot-rails (~> 1.6)
826-
jquery-rails (~> 4.4)
826+
jquery-rails (~> 4.5)
827827
kaminari (~> 1.2)
828828
kaminari-mongoid (~> 1.0)
829829
mongo (~> 2.1)!

0 commit comments

Comments
 (0)