Gemfile in magellan-log-funnel-1.0.0 vs Gemfile in magellan-log-funnel-1.1.0
- old
+ new
@@ -1,5 +1,7 @@
source "https://rubygems.org/"
+gemspec
+
group :development, :test do
- gem "rspec", "~> 3.0.0"
+ gem "rspec", "~> 3.0.0"
end
- old
+ new