Skip to content

Commit

Permalink
remove unused gems from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jul 23, 2011
1 parent 66610db commit b2285ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -8,8 +8,7 @@ else
gem "arel", '~> 2.1.3'
end

gem "coffee-script"
gem "sass"
gem "jquery-rails"

# This needs to be with require false to avoid
# it being automatically loaded by sprockets
Expand Down

2 comments on commit b2285ba

@jasnow
Copy link

@jasnow jasnow commented on b2285ba Jul 23, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggest trying "rails new project-x --edge" as another test.

@jasnow
Copy link

@jasnow jasnow commented on b2285ba Jul 23, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is my experience with "rails new projectx --edge" https://gist.github.com/1101811

Please sign in to comment.