Gemfile in landable-1.13.2 vs Gemfile in landable-1.14.0
- old
+ new
@@ -5,9 +5,12 @@
# allow us to load up a specific version of rails, since the gemspec is
# concerned only with compatibility (see bin/test)
gem 'rails', ENV['RAILS_VERSION'] if ENV.key? 'RAILS_VERSION'
+# handle configurations!
+gem 'figgy', '~> 1.1.0'
+
# development/test dependencies, and anything else that doesn't belong or fit
# in the gemspec
group :test do
gem 'rubocop'
gem 'minitest'