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

Commit 9fca115

Browse files
committed
changed sprockets version
1 parent 74d2782 commit 9fca115

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ end
1414
# Gems used only for assets and not required
1515
# in production environments by default.
1616
group :assets do
17-
gem "sass-rails", '4.0.5'
17+
gem 'sass-rails', '4.0.5'
18+
gem 'sprockets', '2.12.5'
1819
gem 'coffee-rails', '4.0'
1920
gem 'compass-rails'
2021
gem 'compass'

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ GEM
200200
multi_json (~> 1.0)
201201
rubyzip (~> 1.0)
202202
websocket (~> 1.0.4)
203-
sprockets (2.11.0)
203+
sprockets (2.12.5)
204204
hike (~> 1.2)
205205
multi_json (~> 1.0)
206206
rack (~> 1.0)
@@ -245,6 +245,7 @@ DEPENDENCIES
245245
ruby-trello (~> 2.0)
246246
sass-rails (= 4.0.5)
247247
selenium-webdriver (~> 2.39.0)
248+
sprockets (= 2.12.5)
248249
sqlite3
249250
turn (~> 0.8.3)
250251
uglifier

0 commit comments

Comments
 (0)