Gemfile in floe-0.0.1 vs Gemfile in floe-0.1.0
- old
+ new
@@ -1,4 +1,11 @@
-source 'https://rubygems.org'
+# frozen_string_literal: true
+source "https://rubygems.org"
+
+plugin "bundler-inject", "~> 2.0"
+require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
+
# Specify your gem's dependencies in floe.gemspec
gemspec
+
+gem "rake", "~> 13.0"