Gemfile in otrs_connector-1.5.1 vs Gemfile in otrs_connector-1.5.2

- old
+ new

@@ -2,10 +2,10 @@ # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" -gem 'activesupport', "~> 3.2" +gem 'activesupport', ">= 3.0" gem 'require_all', ">= 1.2" gem 'activemodel', ">= 3.0" # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc.