Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 947f0fe

Browse files
committedSep 5, 2014
Prepare for sprockets 3.0
1 parent 1387f1d commit 947f0fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎Gemfile

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ gem 'json', '< 1.8.1' if RUBY_VERSION.to_f == 2.1 and RUBY_ENGINE == 'ruby'
99
gem 'rubysl', :platform => :rbx
1010
gem 'thin', platform: :mri
1111

12+
# Uncomment to try with sprockets 3.0:
13+
#
14+
# gem 'sprockets', github: 'sstephenson/sprockets', branch: 'master'
15+
1216
group :repl do
1317
gem 'therubyracer', :platform => :mri, :require => 'v8'
1418
gem 'therubyrhino', :platform => :jruby

0 commit comments

Comments
 (0)
Please sign in to comment.