Skip to content

Commit

Permalink
Remove duplicated rails dependecy from the gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 30, 2015
1 parent ba82eed commit de13dac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions gemfiles/Gemfile-sprockets-3-0
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ source "https://rubygems.org"
# Specify your gem"s dependencies in sass-rails.gemspec
gemspec path: ".."

gem "rails"
gem "sprockets", "3.0.0.beta.10"
1 change: 0 additions & 1 deletion sass-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Gem::Specification.new do |s|
s.add_dependency 'sprockets', '>= 2.8', '< 4.0'
s.add_dependency 'tilt', '~> 1.1'

s.add_development_dependency 'rails'
s.add_development_dependency 'sqlite3'

s.files = Dir["MIT-LICENSE", "README.md", "lib/**/*"]
Expand Down

0 comments on commit de13dac

Please sign in to comment.