mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
Actually, 1.0.9
This commit is contained in:
parent
c6c0c58faf
commit
a9dda8d918
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -25,9 +25,9 @@ gem 'selenium-webdriver'
|
|||
|
||||
rails_version = ENV['RAILS_VERSION'] || '∞'
|
||||
|
||||
# test-unit-activesupport 1.1.1 introduces a Ruby <= 2.2 incompatibility
|
||||
# test-unit-activesupport 1.1.0 introduces a Ruby <= 2.2 incompatibility
|
||||
if RUBY_VERSION[/\d+\.\d+/] <= '2.2'
|
||||
gem 'test-unit-activesupport', '1.1.0'
|
||||
gem 'test-unit-activesupport', '1.0.9'
|
||||
end
|
||||
|
||||
platforms :ruby do
|
||||
|
|
Loading…
Reference in a new issue