Gemfile in harmony-service-0.3.2 vs Gemfile in harmony-service-0.3.3
- old
+ new
@@ -1,6 +1,11 @@
source 'https://rubygems.org'
+git_source(:github) do |repo_name|
+ repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?('/')
+ "https://github.com/#{repo_name}.git"
+end
+
# Specify your gem's dependencies in harmony-service.gemspec
gemspec
gem 'bunny', github: 'ruby-amqp/bunny'
gem 'byebug'
\ No newline at end of file