Skip to content

Commit

Permalink
Some gems are already defined in gemspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
roccogalluzzo committed Apr 22, 2015
1 parent d930e99 commit a876bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions gemfiles/rails3.gemfile
@@ -1,10 +1,7 @@
source 'https://rubygems.org'
gemspec :path => "../"

group :development, :test do
gem 'rake'
gem 'simplecov'
gem 'simplecov-rcov'
gem 'sqlite3'
gem 'activerecord', '~> 3.2.0'
end

gemspec :path => "../"
7 changes: 2 additions & 5 deletions gemfiles/rails4.gemfile
@@ -1,10 +1,7 @@
source 'https://rubygems.org'
gemspec :path => "../"

group :development, :test do
gem 'rake'
gem 'simplecov'
gem 'simplecov-rcov'
gem 'sqlite3'
gem 'activerecord', '~> 4.0.0'
end

gemspec :path => "../"

0 comments on commit a876bae

Please sign in to comment.