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