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