Gemfile in bbq-0.3.0 vs Gemfile in bbq-0.4.0
- old
+ new
@@ -1,7 +1,8 @@
source "https://rubygems.org"
gemspec
-gem 'bbq-core', github: 'drugpl/bbq-core'
-gem 'bbq-rails', github: 'drugpl/bbq-rails'
-gem 'bbq-rspec', github: 'drugpl/bbq-rspec'
-gem 'bbq-devise', github: 'drugpl/bbq-devise'
+
+gem 'bbq-core', path: '../bbq-core'
+gem 'bbq-rails', path: '../bbq-rails'
+gem 'bbq-rspec', path: '../bbq-rspec'
+gem 'bbq-devise', path: '../bbq-devise'