Skip to content

Commit

Permalink
Remove duplicated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed May 12, 2015
1 parent c9ec0cf commit cd671e7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,9 @@ source "https://rubygems.org"
gemspec

group :development, :test, :production do
gem "jquery-rails"
gem "quiet_assets"
gem "rails", ">= 4.0.0"
gem "slim"
gem "sqlite3"
end

group :test do
gem "rspec-rails", ">= 3.0.0"
end

group :development, :test do
gem "pry-rails"
gem "thin"
end

group :assets do
gem "sass-rails"
gem "coffee-rails"
gem "uglifier"
end

0 comments on commit cd671e7

Please sign in to comment.