Update gems

This commit is contained in:
Ari Timonen 2020-03-22 19:44:39 +02:00
parent 43aa3ad587
commit 098e9fa95b
2 changed files with 66 additions and 71 deletions

View file

@ -110,7 +110,6 @@ group :test do
gem 'mime-types'
# Use dev versions because of rspec bug
gem 'rspec-core', git: 'https://github.com/rspec/rspec-core'
gem 'rspec-expectations', git: 'https://github.com/rspec/rspec-expectations'
gem 'rspec-mocks', git: 'https://github.com/rspec/rspec-mocks'
@ -120,5 +119,5 @@ end
group :development, :test do
gem 'pry-rails'
gem 'pry-byebug', '~> 1.3.2'
gem 'pry-byebug'
end

View file

@ -8,14 +8,14 @@ GIT
GIT
remote: https://github.com/rspec/rspec-core
revision: 725b0d2eadaa9ac9f816a6d2d7ef1e507a6705cd
revision: 002ebcb65324bca7b3ee044e22f4c02133fce14d
specs:
rspec-core (3.10.0.pre)
rspec-support (= 3.10.0.pre)
GIT
remote: https://github.com/rspec/rspec-expectations
revision: 3c997d98f49731b2d28d01e070b88aef6bb3c68b
revision: 9f224eaeb5c6d7eaaab0f7f6e355efd9329328f8
specs:
rspec-expectations (3.10.0.pre)
diff-lcs (>= 1.2.0, < 2.0)
@ -31,7 +31,7 @@ GIT
GIT
remote: https://github.com/rspec/rspec-rails
revision: 84e79259c8978fdff34ea2a327316b638ff00b85
revision: e886b55c7f6d311b4bc5a7785a288c0ea5032fb6
specs:
rspec-rails (4.0.0.pre)
actionpack (>= 4.2)
@ -44,45 +44,45 @@ GIT
GIT
remote: https://github.com/rspec/rspec-support
revision: 9cec8e858228ee1d1395e4e6186ac39c2a83d705
revision: 63c03e5e6f0ac858398933f820d37087f57c315a
specs:
rspec-support (3.10.0.pre)
GEM
remote: http://rubygems.org/
specs:
actioncable (6.0.2.1)
actionpack (= 6.0.2.1)
actioncable (6.0.2.2)
actionpack (= 6.0.2.2)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.0.2.1)
actionpack (= 6.0.2.1)
activejob (= 6.0.2.1)
activerecord (= 6.0.2.1)
activestorage (= 6.0.2.1)
activesupport (= 6.0.2.1)
actionmailbox (6.0.2.2)
actionpack (= 6.0.2.2)
activejob (= 6.0.2.2)
activerecord (= 6.0.2.2)
activestorage (= 6.0.2.2)
activesupport (= 6.0.2.2)
mail (>= 2.7.1)
actionmailer (6.0.2.1)
actionpack (= 6.0.2.1)
actionview (= 6.0.2.1)
activejob (= 6.0.2.1)
actionmailer (6.0.2.2)
actionpack (= 6.0.2.2)
actionview (= 6.0.2.2)
activejob (= 6.0.2.2)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.0.2.1)
actionview (= 6.0.2.1)
activesupport (= 6.0.2.1)
actionpack (6.0.2.2)
actionview (= 6.0.2.2)
activesupport (= 6.0.2.2)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.0.2.1)
actionpack (= 6.0.2.1)
activerecord (= 6.0.2.1)
activestorage (= 6.0.2.1)
activesupport (= 6.0.2.1)
actiontext (6.0.2.2)
actionpack (= 6.0.2.2)
activerecord (= 6.0.2.2)
activestorage (= 6.0.2.2)
activesupport (= 6.0.2.2)
nokogiri (>= 1.8.5)
actionview (6.0.2.1)
activesupport (= 6.0.2.1)
actionview (6.0.2.2)
activesupport (= 6.0.2.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
@ -92,20 +92,20 @@ GEM
addressable
active_record_union (1.3.0)
activerecord (>= 4.0)
activejob (6.0.2.1)
activesupport (= 6.0.2.1)
activejob (6.0.2.2)
activesupport (= 6.0.2.2)
globalid (>= 0.3.6)
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
activerecord (6.0.2.1)
activemodel (= 6.0.2.1)
activesupport (= 6.0.2.1)
activestorage (6.0.2.1)
actionpack (= 6.0.2.1)
activejob (= 6.0.2.1)
activerecord (= 6.0.2.1)
activemodel (6.0.2.2)
activesupport (= 6.0.2.2)
activerecord (6.0.2.2)
activemodel (= 6.0.2.2)
activesupport (= 6.0.2.2)
activestorage (6.0.2.2)
actionpack (= 6.0.2.2)
activejob (= 6.0.2.2)
activerecord (= 6.0.2.2)
marcel (~> 0.3.1)
activesupport (6.0.2.1)
activesupport (6.0.2.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -132,9 +132,7 @@ GEM
sass (>= 3.2.0)
thor
builder (3.2.4)
byebug (2.7.0)
columnize (~> 0.3)
debugger-linecache (~> 1.2)
byebug (11.1.1)
capybara (3.31.0)
addressable
mini_mime (>= 0.1.3)
@ -160,7 +158,6 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
columnize (0.9.0)
concurrent-ruby (1.1.6)
countries (3.0.1)
i18n_data (~> 0.10.0)
@ -173,7 +170,6 @@ GEM
dalli (2.7.10)
database_cleaner (1.8.3)
debug_inspector (0.0.3)
debugger-linecache (1.2.0)
declarative (0.0.10)
declarative-option (0.1.0)
diff-lcs (1.3)
@ -256,7 +252,7 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
memoist (0.16.2)
method_source (0.9.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
@ -280,20 +276,20 @@ GEM
nokogiri (~> 1.8, >= 1.8.4)
os (0.9.6)
parallel (1.19.1)
parser (2.7.0.4)
parser (2.7.0.5)
ast (~> 2.4.0)
phantomjs (2.1.1.0)
poltergeist (1.18.1)
capybara (>= 2.1, < 4)
cliver (~> 0.3.1)
websocket-driver (>= 0.2.0)
power_assert (1.1.6)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (1.3.3)
byebug (~> 2.7)
pry (~> 0.10)
power_assert (1.1.7)
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
byebug (~> 11.0)
pry (~> 0.13.0)
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.3)
@ -302,20 +298,20 @@ GEM
rack (2.2.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.0.2.1)
actioncable (= 6.0.2.1)
actionmailbox (= 6.0.2.1)
actionmailer (= 6.0.2.1)
actionpack (= 6.0.2.1)
actiontext (= 6.0.2.1)
actionview (= 6.0.2.1)
activejob (= 6.0.2.1)
activemodel (= 6.0.2.1)
activerecord (= 6.0.2.1)
activestorage (= 6.0.2.1)
activesupport (= 6.0.2.1)
rails (6.0.2.2)
actioncable (= 6.0.2.2)
actionmailbox (= 6.0.2.2)
actionmailer (= 6.0.2.2)
actionpack (= 6.0.2.2)
actiontext (= 6.0.2.2)
actionview (= 6.0.2.2)
activejob (= 6.0.2.2)
activemodel (= 6.0.2.2)
activerecord (= 6.0.2.2)
activestorage (= 6.0.2.2)
activesupport (= 6.0.2.2)
bundler (>= 1.3.0)
railties (= 6.0.2.1)
railties (= 6.0.2.2)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.4)
actionpack (>= 5.0.1.x)
@ -328,9 +324,9 @@ GEM
loofah (~> 2.3)
rails_autolink (1.1.6)
rails (> 3.1)
railties (6.0.2.1)
actionpack (= 6.0.2.1)
activesupport (= 6.0.2.1)
railties (6.0.2.2)
actionpack (= 6.0.2.2)
activesupport (= 6.0.2.2)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
@ -471,7 +467,7 @@ DEPENDENCIES
nokogiri
phantomjs
poltergeist
pry-byebug (~> 1.3.2)
pry-byebug
pry-rails
public_suffix
puma