Gemfile in workarea-emarsys-1.0.4 vs Gemfile in workarea-emarsys-1.1.0

- old
+ new

@@ -1,12 +1,10 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec -source 'https://gems.weblinc.com' do - gem 'workarea' -end +gem 'workarea', github: 'workarea-commerce/workarea' group :test do gem 'simplecov', require: false end