Gemfile in application_service-0.2.6 vs Gemfile in application_service-0.3.0
- old
+ new
@@ -1,7 +1,7 @@
source "http://rubygems.org"
-gem 'activesupport', '~> 5.0', '>= 5.0.0.1'
+gem 'activesupport', '>= 5.0.0.1', '< 7.0'
group :development do
gem 'rspec', '~> 3.5'
gem 'jeweler', '~> 2.2', '>= 2.2.1'
end