Skip to content
This repository was archived by the owner on Mar 24, 2020. It is now read-only.

Commit 13e025b

Browse files
Bump coffee-rails from 4.2.1 to 4.2.2
Bumps [coffee-rails](https://github.com/rails/coffee-rails) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/rails/coffee-rails/blob/master/CHANGELOG.md) - [Commits](rails/coffee-rails@v4.2.1...v4.2.2)
1 parent e1c0625 commit 13e025b

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ gem 'rubyzip', '1.2.1'
5252

5353
group :development, :test do
5454
gem 'sass-rails', '~> 5.0.5' # locked
55-
gem 'coffee-rails', '~> 4.2.1'
55+
gem 'coffee-rails', '~> 4.2.2'
5656
gem 'pry', '~> 0.10.4'
5757
gem 'capybara', '~> 2.14.0'
5858
gem 'selenium-webdriver', '3.4.0'

Gemfile.lock

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -118,19 +118,20 @@ GEM
118118
ffi (~> 1.0, >= 1.0.11)
119119
cliver (0.3.2)
120120
coderay (1.1.1)
121-
coffee-rails (4.2.1)
121+
coffee-rails (4.2.2)
122122
coffee-script (>= 2.2.0)
123-
railties (>= 4.0.0, < 5.2.x)
123+
railties (>= 4.0.0)
124124
coffee-script (2.4.1)
125125
coffee-script-source
126126
execjs
127-
coffee-script-source (1.10.0)
127+
coffee-script-source (1.12.2)
128128
coveralls (0.8.21)
129129
json (>= 1.8, < 3)
130130
simplecov (~> 0.14.1)
131131
term-ansicolor (~> 1.3)
132132
thor (~> 0.19.4)
133133
tins (~> 1.6)
134+
crass (1.0.4)
134135
daemons (1.2.3)
135136
deprecation (0.2.2)
136137
activesupport
@@ -148,7 +149,7 @@ GEM
148149
equivalent-xml (0.6.0)
149150
nokogiri (>= 1.4.3)
150151
erubis (2.7.0)
151-
execjs (2.6.0)
152+
execjs (2.7.0)
152153
faraday (0.12.1)
153154
multipart-post (>= 1.2, < 3)
154155
fastercsv (1.5.5)
@@ -181,7 +182,7 @@ GEM
181182
hydra-access-controls (= 6.5.2)
182183
hydra-core (= 6.5.2)
183184
rails (>= 3.2.6)
184-
i18n (0.8.1)
185+
i18n (0.8.6)
185186
jaro_winkler (1.5.1)
186187
jettywrapper (2.0.3)
187188
activesupport (>= 3.0.0)
@@ -206,7 +207,8 @@ GEM
206207
activesupport (>= 4, < 5.2)
207208
railties (>= 4, < 5.2)
208209
logstash-event (1.2.02)
209-
loofah (2.0.3)
210+
loofah (2.2.2)
211+
crass (~> 1.0.2)
210212
nokogiri (>= 1.5.9)
211213
mail (2.7.0.rc1)
212214
mini_mime (>= 0.1.1)
@@ -218,7 +220,7 @@ GEM
218220
mime-types (2.99.3)
219221
mini_mime (0.1.3)
220222
mini_portile2 (2.3.0)
221-
minitest (5.10.2)
223+
minitest (5.10.3)
222224
multi_json (1.12.1)
223225
multi_xml (0.6.0)
224226
multipart-post (2.0.0)
@@ -268,7 +270,7 @@ GEM
268270
nokogiri (~> 1.6)
269271
rails (>= 4.2.0, < 6.0)
270272
rdf
271-
rack (1.6.8)
273+
rack (1.6.10)
272274
rack-dev-mark (0.7.5)
273275
rack (>= 1.1)
274276
rack-test (0.6.3)
@@ -286,12 +288,12 @@ GEM
286288
sprockets-rails
287289
rails-deprecated_sanitizer (1.0.3)
288290
activesupport (>= 4.2.0.alpha)
289-
rails-dom-testing (1.0.8)
290-
activesupport (>= 4.2.0.beta, < 5.0)
291+
rails-dom-testing (1.0.9)
292+
activesupport (>= 4.2.0, < 5.0)
291293
nokogiri (~> 1.6)
292294
rails-deprecated_sanitizer (>= 1.0.1)
293-
rails-html-sanitizer (1.0.3)
294-
loofah (~> 2.0)
295+
rails-html-sanitizer (1.0.4)
296+
loofah (~> 2.2, >= 2.2.2)
295297
rails_autolink (1.1.6)
296298
rails (> 3.1)
297299
railties (4.2.7.1)
@@ -409,7 +411,7 @@ GEM
409411
thread_safe (0.3.6)
410412
tilt (1.4.1)
411413
tins (1.13.3)
412-
tzinfo (1.2.3)
414+
tzinfo (1.2.5)
413415
thread_safe (~> 0.1)
414416
uber (0.0.15)
415417
uglifier (3.2.0)
@@ -446,7 +448,7 @@ DEPENDENCIES
446448
capistrano-rails (~> 1.2.3)
447449
capistrano-rbenv (~> 2.1.1)
448450
capybara (~> 2.14.0)
449-
coffee-rails (~> 4.2.1)
451+
coffee-rails (~> 4.2.2)
450452
coveralls (= 0.8.21)
451453
devise (~> 3.5.5)
452454
equivalent-xml (~> 0.6.0)

0 commit comments

Comments
 (0)