Skip to content

Commit

Permalink
Move development dependencies to Gemfile.
Browse files Browse the repository at this point in the history
After this commit tests pass on jruby again.
  • Loading branch information
splattael committed Dec 1, 2012
1 parent 0176137 commit ccb1de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -7,6 +7,7 @@ group :development do
gem 'virtus'
gem 'rspec'
gem 'rails'
gem 'pry'

platform :ruby do
gem 'sqlite3'
Expand Down
6 changes: 1 addition & 5 deletions redtape.gemspec
Expand Up @@ -15,11 +15,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = Redtape::VERSION

gem.add_development_dependency "virtus"
gem.add_development_dependency "rails"
gem.add_development_dependency "rspec"
gem.add_development_dependency "sqlite3"
gem.add_development_dependency "pry"
# See Gemfile for development dependencies.

gem.add_runtime_dependency "activemodel"
gem.add_runtime_dependency "activesupport"
Expand Down

0 comments on commit ccb1de7

Please sign in to comment.