Gemfile in pricehubble-1.1.0 vs Gemfile in pricehubble-1.2.0
- old
+ new
@@ -4,5 +4,27 @@
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in price_hubble.gemspec
gemspec
+
+# Development dependencies
+gem 'appraisal', '~> 2.4'
+gem 'bundler', '~> 2.3'
+gem 'countless', '~> 1.1'
+# TODO: Remove the upper lock when
+# https://github.com/thoughtbot/factory_bot/issues/1614 is solved.
+gem 'factory_bot', '~> 6.2', '< 6.4.5'
+gem 'guard-rspec', '~> 4.7'
+gem 'rake', '~> 13.0'
+gem 'redcarpet', '~> 3.5'
+gem 'rspec', '~> 3.12'
+gem 'rubocop', '~> 1.28'
+gem 'rubocop-rails', '~> 2.14'
+gem 'rubocop-rspec', '~> 2.10'
+gem 'simplecov', '>= 0.22'
+gem 'terminal-table', '~> 3.0'
+gem 'timecop', '>= 0.9.6'
+gem 'vcr', '~> 6.0'
+gem 'webmock', '~> 3.18'
+gem 'yard', '>= 0.9.28'
+gem 'yard-activesupport-concern', '>= 0.0.1'