Gemfile in workarea-api-4.4.7 vs Gemfile in workarea-api-4.5.0
- old
+ new
@@ -1,7 +1,7 @@
source 'https://rubygems.org'
-git_source(:github) { |repo| "git@github.com:#{repo}.git" }
+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,6 +16,7 @@
gem 'workarea-api-admin', path: 'admin'
gem 'workarea-api-storefront', path: 'storefront'
-gem 'workarea', '>= 3.4.0'
+#gem 'workarea', '>= 3.4.0'
+gem 'workarea', github: 'workarea-commerce/workarea'