Gemfile in beaker-abs-1.0.0 vs Gemfile in beaker-abs-1.1.0
- old
+ new
@@ -12,7 +12,7 @@
[place, { :require => false }]
end
end
group :testing do
- gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '~> 5.0')
+ gem "beaker", *location_for(ENV['BEAKER_VERSION'] || '>= 5.0', '< 7')
end