Skip to content

Commit

Permalink
Support rails 3.0 to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbytables committed Feb 3, 2013
1 parent 9a8d86f commit a8d6b44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ source 'https://rubygems.org'

# Specify your gem's dependencies in tablecloth.gemspec
gemspec

gem 'actionpack', '>= 3.0', '< 4.1', github: 'rails/rails', branch: 'master'
3 changes: 1 addition & 2 deletions table_cloth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency('rake')
gem.add_development_dependency('rb-fsevent', '~> 0.9.1')

gem.add_dependency('actionpack', '~> 3.2')
gem.add_dependency('request_store', '~> 1.0.5')
gem.add_dependency('actionpack', '>= 3.1', '< 4.1')
end

0 comments on commit a8d6b44

Please sign in to comment.