Upgrade spec gems
This commit is contained in:
parent
7ccd6870aa
commit
1d672381c7
2 changed files with 29 additions and 26 deletions
6
Gemfile
6
Gemfile
|
@ -82,8 +82,8 @@ group :development, :ci, :test do
|
||||||
gem 'pry-byebug', '~> 3.7.0'
|
gem 'pry-byebug', '~> 3.7.0'
|
||||||
gem 'ruby-prof', '0.15.9'
|
gem 'ruby-prof', '0.15.9'
|
||||||
gem 'standard', '~> 0.1.2'
|
gem 'standard', '~> 0.1.2'
|
||||||
gem 'rspec-rails', '~> 3.8', '>= 3.8.2'
|
gem 'rspec-rails', '~> 4.0.0'
|
||||||
gem 'rspec', '~> 3.8'
|
gem 'rspec', '~> 3.9.0'
|
||||||
gem 'parallel_tests', '~> 2.32'
|
gem 'parallel_tests', '~> 2.32'
|
||||||
gem 'factory_bot_rails', '~> 5.0', '>= 5.0.2'
|
gem 'factory_bot_rails', '~> 5.0', '>= 5.0.2'
|
||||||
gem 'factory_bot', '~> 5.0', '>= 5.0.2'
|
gem 'factory_bot', '~> 5.0', '>= 5.0.2'
|
||||||
|
@ -92,7 +92,7 @@ end
|
||||||
|
|
||||||
group :ci, :test do
|
group :ci, :test do
|
||||||
gem 'action_mailer_matchers', '~> 1.2'
|
gem 'action_mailer_matchers', '~> 1.2'
|
||||||
gem 'database_cleaner', '~> 1.7'
|
gem 'database_cleaner-active_record'
|
||||||
gem 'simplecov', '~> 0.16.1', require: false
|
gem 'simplecov', '~> 0.16.1', require: false
|
||||||
gem 'stripe-ruby-mock', '~> 2.4.1', require: 'stripe_mock', git: 'https://github.com/commitchange/stripe-ruby-mock.git', branch: '2.4.1'
|
gem 'stripe-ruby-mock', '~> 2.4.1', require: 'stripe_mock', git: 'https://github.com/commitchange/stripe-ruby-mock.git', branch: '2.4.1'
|
||||||
gem 'test-unit', '~> 3.3'
|
gem 'test-unit', '~> 3.3'
|
||||||
|
|
49
Gemfile.lock
49
Gemfile.lock
|
@ -122,7 +122,10 @@ GEM
|
||||||
css_parser (1.7.0)
|
css_parser (1.7.0)
|
||||||
addressable
|
addressable
|
||||||
dante (0.2.0)
|
dante (0.2.0)
|
||||||
database_cleaner (1.7.0)
|
database_cleaner (1.8.5)
|
||||||
|
database_cleaner-active_record (1.8.0)
|
||||||
|
activerecord
|
||||||
|
database_cleaner (~> 1.8.0)
|
||||||
debase (0.2.4)
|
debase (0.2.4)
|
||||||
debase-ruby_core_source (>= 0.10.2)
|
debase-ruby_core_source (>= 0.10.2)
|
||||||
debase-ruby_core_source (0.10.5)
|
debase-ruby_core_source (0.10.5)
|
||||||
|
@ -341,27 +344,27 @@ GEM
|
||||||
roadie-rails (2.1.0)
|
roadie-rails (2.1.0)
|
||||||
railties (>= 5.1, < 6.1)
|
railties (>= 5.1, < 6.1)
|
||||||
roadie (~> 3.1)
|
roadie (~> 3.1)
|
||||||
rspec (3.8.0)
|
rspec (3.9.0)
|
||||||
rspec-core (~> 3.8.0)
|
rspec-core (~> 3.9.0)
|
||||||
rspec-expectations (~> 3.8.0)
|
rspec-expectations (~> 3.9.0)
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.9.0)
|
||||||
rspec-core (3.8.2)
|
rspec-core (3.9.2)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.9.3)
|
||||||
rspec-expectations (3.8.4)
|
rspec-expectations (3.9.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.9.0)
|
||||||
rspec-mocks (3.8.1)
|
rspec-mocks (3.9.1)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.9.0)
|
||||||
rspec-rails (3.8.2)
|
rspec-rails (4.0.1)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 4.2)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 4.2)
|
||||||
railties (>= 3.0)
|
railties (>= 4.2)
|
||||||
rspec-core (~> 3.8.0)
|
rspec-core (~> 3.9)
|
||||||
rspec-expectations (~> 3.8.0)
|
rspec-expectations (~> 3.9)
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.9)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.9)
|
||||||
rspec-support (3.8.2)
|
rspec-support (3.9.3)
|
||||||
rubocop (0.72.0)
|
rubocop (0.72.0)
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
|
@ -461,7 +464,7 @@ DEPENDENCIES
|
||||||
colorize (~> 0.8.1)
|
colorize (~> 0.8.1)
|
||||||
config (> 1.5)
|
config (> 1.5)
|
||||||
countries (~> 3.0)
|
countries (~> 3.0)
|
||||||
database_cleaner (~> 1.7)
|
database_cleaner-active_record
|
||||||
debase (~> 0.2.3)
|
debase (~> 0.2.3)
|
||||||
devise (~> 4.7)
|
devise (~> 4.7)
|
||||||
devise-async (~> 1.0)
|
devise-async (~> 1.0)
|
||||||
|
@ -502,8 +505,8 @@ DEPENDENCIES
|
||||||
rails-i18n (~> 6.0.0, ~> 6)
|
rails-i18n (~> 6.0.0, ~> 6)
|
||||||
rake (~> 12.3.2)
|
rake (~> 12.3.2)
|
||||||
roadie-rails (~> 2.1)
|
roadie-rails (~> 2.1)
|
||||||
rspec (~> 3.8)
|
rspec (~> 3.9.0)
|
||||||
rspec-rails (~> 3.8, >= 3.8.2)
|
rspec-rails (~> 4.0.0)
|
||||||
ruby-debug-ide (~> 0.7.0)
|
ruby-debug-ide (~> 0.7.0)
|
||||||
ruby-prof (= 0.15.9)
|
ruby-prof (= 0.15.9)
|
||||||
sassc (~> 2.0, >= 2.0.1)
|
sassc (~> 2.0, >= 2.0.1)
|
||||||
|
|
Loading…
Reference in a new issue