Skip to content

Commit

Permalink
Remove gems from Gemfile: already specified in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozuras committed Jul 11, 2014
1 parent 0199d26 commit 717977f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,2 @@
source 'http://rubygems.org'
ruby '1.9.3'

gem 'redis', '> 2.0'
gem 'activesupport', '>= 3.2.0'

group :development do
gem 'rake', '~> 0.9'
end

group :test do
gem 'rspec', '~> 2.13.0'
end

gemspec

0 comments on commit 717977f

Please sign in to comment.