Gemfile in disposable-0.1.15 vs Gemfile in disposable-0.2.0.rc1
- old
+ new
@@ -1,6 +1,8 @@
-source 'https://rubygems.org'
-
-# Specify your gem's dependencies in disposable.gemspec
+source "https://rubygems.org"
gemspec
- # gem 'representable', path: '../representable'
+# gem "representable", path: "../representable"
+gem "representable", github: "apotonick/representable"
+# gem "declarative", path: "../declarative"
+# gem "declarative", github: "apotonick/declarative"
+gem "minitest-line"
\ No newline at end of file