Gemfile in workarea-api-4.5.0 vs Gemfile in workarea-api-4.5.2

- old
+ new

@@ -1,7 +1,6 @@ source 'https://rubygems.org' -git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Declare your gem's dependencies in api.gemspec. # Bundler will treat runtime dependencies like base dependencies, and # development dependencies will be added by default to the :development group. gemspec @@ -16,7 +15,6 @@ gem 'workarea-api-admin', path: 'admin' gem 'workarea-api-storefront', path: 'storefront' -#gem 'workarea', '>= 3.4.0' -gem 'workarea', github: 'workarea-commerce/workarea' +gem 'workarea', git: 'https://github.com/workarea-commerce/workarea.git', branch: 'v3.5-stable'