Gemfile in workarea-emarsys-1.1.0 vs Gemfile in workarea-emarsys-2.0.0
- old
+ new
@@ -1,10 +1,10 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gemspec
-gem 'workarea', github: 'workarea-commerce/workarea'
+gem 'workarea', github: 'workarea-commerce/workarea', branch: 'v3.5-stable'
group :test do
gem 'simplecov', require: false
end