Skip to content

Commit

Permalink
Remove Rails 3 support
Browse files Browse the repository at this point in the history
The builds fail regularly on Travis. If we can get them to pass
reliably, I'm quite happy to revert this.
  • Loading branch information
James A. Rosen committed Apr 3, 2013
1 parent b09bf5c commit 03f4f0e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions Appraisals
@@ -1,7 +1,3 @@
appraise "rails3-0" do
gem "rails", "~> 3.0.20"
end

appraise "rails3-1" do
gem "rails", "~> 3.1.11"
end
Expand Down
2 changes: 1 addition & 1 deletion arturo.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.require_paths = [".", "lib"]
gem.has_rdoc = 'false'
gem.specification_version = 2
gem.add_runtime_dependency 'rails', '> 3.0', '< 5.0'
gem.add_runtime_dependency 'rails', '> 3.1', '< 5.0'
gem.add_development_dependency 'mocha'
gem.add_development_dependency 'rake'
gem.add_development_dependency 'minitest-rg'
Expand Down
7 changes: 0 additions & 7 deletions gemfiles/rails3_0.gemfile

This file was deleted.

0 comments on commit 03f4f0e

Please sign in to comment.