Skip to content

Commit

Permalink
Moved some dependencies from gemspec into Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed Apr 14, 2013
1 parent 1ef13cb commit c336a56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -2,3 +2,8 @@ source 'https://rubygems.org'

# Specify dependencies in nestive.gemspec
gemspec

group :test do
gem 'combustion', '~> 0.3.3'
gem 'rspec-rails', '~> 2.12'
end
3 changes: 0 additions & 3 deletions nestive.gemspec
Expand Up @@ -20,7 +20,4 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency 'rails', '>= 3.0.0'
s.add_development_dependency 'combustion', '~> 0.3.3'
s.add_development_dependency 'rspec-rails', '~> 2.12'

end

0 comments on commit c336a56

Please sign in to comment.