Skip to content

Commit c9f5327

Browse files
committed
Add gemfile for rails 5
1 parent acff4b4 commit c9f5327

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gemfiles/Gemfile-rails-5-0

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source "https://rubygems.org"
2+
3+
# Specify your gem"s dependencies in sass-rails.gemspec
4+
gemspec path: ".."
5+
6+
gem "rails", "~> 5.0.0.rc1"
7+
gem "sprockets", "~> 4.0.0.beta2"
8+
gem "sprockets-rails", "~> 3.0.4"

0 commit comments

Comments
 (0)