Skip to content

Commit

Permalink
fix Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kristianmandrup committed Aug 25, 2016
1 parent 48f2297 commit 1417f70
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
source "http://rubygems.org"

gemspec
gem 'rails', '~> 3.1', '>= 3.1.0'

group :development do
gem "rspec", '~> 2.9', '>= 2.9.0'
gem "bundler", '~> 1.6', '>= 1.6.0'
gem "jeweler", '~> 1.8', '>= 1.8.4'
end

0 comments on commit 1417f70

Please sign in to comment.