mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
3d7f07585f
* Reference gemspec from Gemfile * Use ruby-debug19 if Ruby is 1.9
7 lines
110 B
Ruby
7 lines
110 B
Ruby
source 'http://rubygems.org'
|
|
if RUBY_VERSION < '1.9'
|
|
gem 'ruby-debug'
|
|
else
|
|
gem 'ruby-debug19'
|
|
end
|
|
gemspec
|