Gemfile in workarea-nvy_theme-1.1.2 vs Gemfile in workarea-nvy_theme-1.1.3
- old
+ new
@@ -1,6 +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 nvy_theme.gemspec.
# Bundler will treat runtime dependencies like base dependencies, and
# development dependencies will be added by default to the :development group.
@@ -12,6 +13,6 @@
# your gem to rubygems.org.
# To use a debugger
# gem 'byebug', group: [:development, :test]
-gem 'workarea', source: 'https://gems.weblinc.com'
+gem 'workarea'