Skip to content

Commit

Permalink
Even more test gemfiles.
Browse files Browse the repository at this point in the history
* additionaly making rails dependency less strict
  • Loading branch information
mostlyobvious committed Nov 23, 2014
1 parent 5a0d6e5 commit ae8e0d4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,3 +7,5 @@ gemfile:
- gemfiles/capybara21.gemfile
- gemfiles/capybara22.gemfile
- gemfiles/capybara23.gemfile
- gemfiles/rails3x.gemfile
- gemfiles/rails4x.gemfile
2 changes: 1 addition & 1 deletion bbq.gemspec
Expand Up @@ -28,5 +28,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "devise", ">= 1.4.0"
s.add_development_dependency "sinatra", ">= 1.2.6"
s.add_development_dependency "rspec-rails", "~> 2.6"
s.add_development_dependency "rails", "~> 3.0"
s.add_development_dependency "rails", ">= 3.0"
end
6 changes: 6 additions & 0 deletions gemfiles/rails3x.gemfile
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec :path => ".."

gem "jruby-openssl", :platforms => :jruby
gem "rails", "~> 3.0"
6 changes: 6 additions & 0 deletions gemfiles/rails4x.gemfile
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec :path => ".."

gem "jruby-openssl", :platforms => :jruby
gem "rails", "~> 4.0"

0 comments on commit ae8e0d4

Please sign in to comment.