Sha256: 110cc6fa363ddd6bf239d77a4d064edf48fab7476c96435ee0c1af2319414461
Contents?: true
Size: 834 Bytes
Versions: 7
Compression:
Stored size: 834 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' 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'
Version data entries
7 entries across 7 versions & 1 rubygems
Version | Path |
---|---|
pricehubble-1.3.0 | Gemfile |
pricehubble-1.2.5 | Gemfile |
pricehubble-1.2.4 | Gemfile |
pricehubble-1.2.3 | Gemfile |
pricehubble-1.2.2 | Gemfile |
pricehubble-1.2.1 | Gemfile |
pricehubble-1.2.0 | Gemfile |