Gemfile in application_service-0.2.5 vs Gemfile in application_service-0.2.6

- old
+ new

@@ -1,13 +1,8 @@ source "http://rubygems.org" -# Add dependencies required to use your gem here. -# Example: -# gem "activesupport", ">= 2.3.5" -gem 'activesupport' +gem 'activesupport', '~> 5.0', '>= 5.0.0.1' -# Add dependencies to develop your gem here. -# Include everything needed to run rake, tests, features, etc. group :development do - gem "rspec" - gem "jeweler" + gem 'rspec', '~> 3.5' + gem 'jeweler', '~> 2.2', '>= 2.2.1' end