mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
Update gems
This commit is contained in:
parent
43aa3ad587
commit
098e9fa95b
2 changed files with 66 additions and 71 deletions
3
Gemfile
3
Gemfile
|
@ -110,7 +110,6 @@ group :test do
|
||||||
gem 'mime-types'
|
gem 'mime-types'
|
||||||
|
|
||||||
# Use dev versions because of rspec bug
|
# Use dev versions because of rspec bug
|
||||||
|
|
||||||
gem 'rspec-core', git: 'https://github.com/rspec/rspec-core'
|
gem 'rspec-core', git: 'https://github.com/rspec/rspec-core'
|
||||||
gem 'rspec-expectations', git: 'https://github.com/rspec/rspec-expectations'
|
gem 'rspec-expectations', git: 'https://github.com/rspec/rspec-expectations'
|
||||||
gem 'rspec-mocks', git: 'https://github.com/rspec/rspec-mocks'
|
gem 'rspec-mocks', git: 'https://github.com/rspec/rspec-mocks'
|
||||||
|
@ -120,5 +119,5 @@ end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'pry-rails'
|
gem 'pry-rails'
|
||||||
gem 'pry-byebug', '~> 1.3.2'
|
gem 'pry-byebug'
|
||||||
end
|
end
|
||||||
|
|
134
Gemfile.lock
134
Gemfile.lock
|
@ -8,14 +8,14 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/rspec/rspec-core
|
remote: https://github.com/rspec/rspec-core
|
||||||
revision: 725b0d2eadaa9ac9f816a6d2d7ef1e507a6705cd
|
revision: 002ebcb65324bca7b3ee044e22f4c02133fce14d
|
||||||
specs:
|
specs:
|
||||||
rspec-core (3.10.0.pre)
|
rspec-core (3.10.0.pre)
|
||||||
rspec-support (= 3.10.0.pre)
|
rspec-support (= 3.10.0.pre)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/rspec/rspec-expectations
|
remote: https://github.com/rspec/rspec-expectations
|
||||||
revision: 3c997d98f49731b2d28d01e070b88aef6bb3c68b
|
revision: 9f224eaeb5c6d7eaaab0f7f6e355efd9329328f8
|
||||||
specs:
|
specs:
|
||||||
rspec-expectations (3.10.0.pre)
|
rspec-expectations (3.10.0.pre)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
|
@ -31,7 +31,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/rspec/rspec-rails
|
remote: https://github.com/rspec/rspec-rails
|
||||||
revision: 84e79259c8978fdff34ea2a327316b638ff00b85
|
revision: e886b55c7f6d311b4bc5a7785a288c0ea5032fb6
|
||||||
specs:
|
specs:
|
||||||
rspec-rails (4.0.0.pre)
|
rspec-rails (4.0.0.pre)
|
||||||
actionpack (>= 4.2)
|
actionpack (>= 4.2)
|
||||||
|
@ -44,45 +44,45 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/rspec/rspec-support
|
remote: https://github.com/rspec/rspec-support
|
||||||
revision: 9cec8e858228ee1d1395e4e6186ac39c2a83d705
|
revision: 63c03e5e6f0ac858398933f820d37087f57c315a
|
||||||
specs:
|
specs:
|
||||||
rspec-support (3.10.0.pre)
|
rspec-support (3.10.0.pre)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (6.0.2.1)
|
actioncable (6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailbox (6.0.2.1)
|
actionmailbox (6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
activejob (= 6.0.2.1)
|
activejob (= 6.0.2.2)
|
||||||
activerecord (= 6.0.2.1)
|
activerecord (= 6.0.2.2)
|
||||||
activestorage (= 6.0.2.1)
|
activestorage (= 6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
mail (>= 2.7.1)
|
mail (>= 2.7.1)
|
||||||
actionmailer (6.0.2.1)
|
actionmailer (6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
actionview (= 6.0.2.1)
|
actionview (= 6.0.2.2)
|
||||||
activejob (= 6.0.2.1)
|
activejob (= 6.0.2.2)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (6.0.2.1)
|
actionpack (6.0.2.2)
|
||||||
actionview (= 6.0.2.1)
|
actionview (= 6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
rack (~> 2.0, >= 2.0.8)
|
rack (~> 2.0, >= 2.0.8)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
||||||
actiontext (6.0.2.1)
|
actiontext (6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
activerecord (= 6.0.2.1)
|
activerecord (= 6.0.2.2)
|
||||||
activestorage (= 6.0.2.1)
|
activestorage (= 6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
nokogiri (>= 1.8.5)
|
nokogiri (>= 1.8.5)
|
||||||
actionview (6.0.2.1)
|
actionview (6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
|
@ -92,20 +92,20 @@ GEM
|
||||||
addressable
|
addressable
|
||||||
active_record_union (1.3.0)
|
active_record_union (1.3.0)
|
||||||
activerecord (>= 4.0)
|
activerecord (>= 4.0)
|
||||||
activejob (6.0.2.1)
|
activejob (6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (6.0.2.1)
|
activemodel (6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
activerecord (6.0.2.1)
|
activerecord (6.0.2.2)
|
||||||
activemodel (= 6.0.2.1)
|
activemodel (= 6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
activestorage (6.0.2.1)
|
activestorage (6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
activejob (= 6.0.2.1)
|
activejob (= 6.0.2.2)
|
||||||
activerecord (= 6.0.2.1)
|
activerecord (= 6.0.2.2)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 0.3.1)
|
||||||
activesupport (6.0.2.1)
|
activesupport (6.0.2.2)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 0.7, < 2)
|
i18n (>= 0.7, < 2)
|
||||||
minitest (~> 5.1)
|
minitest (~> 5.1)
|
||||||
|
@ -132,9 +132,7 @@ GEM
|
||||||
sass (>= 3.2.0)
|
sass (>= 3.2.0)
|
||||||
thor
|
thor
|
||||||
builder (3.2.4)
|
builder (3.2.4)
|
||||||
byebug (2.7.0)
|
byebug (11.1.1)
|
||||||
columnize (~> 0.3)
|
|
||||||
debugger-linecache (~> 1.2)
|
|
||||||
capybara (3.31.0)
|
capybara (3.31.0)
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
|
@ -160,7 +158,6 @@ GEM
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
columnize (0.9.0)
|
|
||||||
concurrent-ruby (1.1.6)
|
concurrent-ruby (1.1.6)
|
||||||
countries (3.0.1)
|
countries (3.0.1)
|
||||||
i18n_data (~> 0.10.0)
|
i18n_data (~> 0.10.0)
|
||||||
|
@ -173,7 +170,6 @@ GEM
|
||||||
dalli (2.7.10)
|
dalli (2.7.10)
|
||||||
database_cleaner (1.8.3)
|
database_cleaner (1.8.3)
|
||||||
debug_inspector (0.0.3)
|
debug_inspector (0.0.3)
|
||||||
debugger-linecache (1.2.0)
|
|
||||||
declarative (0.0.10)
|
declarative (0.0.10)
|
||||||
declarative-option (0.1.0)
|
declarative-option (0.1.0)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.3)
|
||||||
|
@ -256,7 +252,7 @@ GEM
|
||||||
marcel (0.3.3)
|
marcel (0.3.3)
|
||||||
mimemagic (~> 0.3.2)
|
mimemagic (~> 0.3.2)
|
||||||
memoist (0.16.2)
|
memoist (0.16.2)
|
||||||
method_source (0.9.2)
|
method_source (1.0.0)
|
||||||
mime-types (3.3.1)
|
mime-types (3.3.1)
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2019.1009)
|
mime-types-data (3.2019.1009)
|
||||||
|
@ -280,20 +276,20 @@ GEM
|
||||||
nokogiri (~> 1.8, >= 1.8.4)
|
nokogiri (~> 1.8, >= 1.8.4)
|
||||||
os (0.9.6)
|
os (0.9.6)
|
||||||
parallel (1.19.1)
|
parallel (1.19.1)
|
||||||
parser (2.7.0.4)
|
parser (2.7.0.5)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.0)
|
||||||
phantomjs (2.1.1.0)
|
phantomjs (2.1.1.0)
|
||||||
poltergeist (1.18.1)
|
poltergeist (1.18.1)
|
||||||
capybara (>= 2.1, < 4)
|
capybara (>= 2.1, < 4)
|
||||||
cliver (~> 0.3.1)
|
cliver (~> 0.3.1)
|
||||||
websocket-driver (>= 0.2.0)
|
websocket-driver (>= 0.2.0)
|
||||||
power_assert (1.1.6)
|
power_assert (1.1.7)
|
||||||
pry (0.12.2)
|
pry (0.13.0)
|
||||||
coderay (~> 1.1.0)
|
coderay (~> 1.1)
|
||||||
method_source (~> 0.9.0)
|
method_source (~> 1.0)
|
||||||
pry-byebug (1.3.3)
|
pry-byebug (3.9.0)
|
||||||
byebug (~> 2.7)
|
byebug (~> 11.0)
|
||||||
pry (~> 0.10)
|
pry (~> 0.13.0)
|
||||||
pry-rails (0.3.9)
|
pry-rails (0.3.9)
|
||||||
pry (>= 0.10.4)
|
pry (>= 0.10.4)
|
||||||
public_suffix (4.0.3)
|
public_suffix (4.0.3)
|
||||||
|
@ -302,20 +298,20 @@ GEM
|
||||||
rack (2.2.2)
|
rack (2.2.2)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (6.0.2.1)
|
rails (6.0.2.2)
|
||||||
actioncable (= 6.0.2.1)
|
actioncable (= 6.0.2.2)
|
||||||
actionmailbox (= 6.0.2.1)
|
actionmailbox (= 6.0.2.2)
|
||||||
actionmailer (= 6.0.2.1)
|
actionmailer (= 6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
actiontext (= 6.0.2.1)
|
actiontext (= 6.0.2.2)
|
||||||
actionview (= 6.0.2.1)
|
actionview (= 6.0.2.2)
|
||||||
activejob (= 6.0.2.1)
|
activejob (= 6.0.2.2)
|
||||||
activemodel (= 6.0.2.1)
|
activemodel (= 6.0.2.2)
|
||||||
activerecord (= 6.0.2.1)
|
activerecord (= 6.0.2.2)
|
||||||
activestorage (= 6.0.2.1)
|
activestorage (= 6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 6.0.2.1)
|
railties (= 6.0.2.2)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.4)
|
rails-controller-testing (1.0.4)
|
||||||
actionpack (>= 5.0.1.x)
|
actionpack (>= 5.0.1.x)
|
||||||
|
@ -328,9 +324,9 @@ GEM
|
||||||
loofah (~> 2.3)
|
loofah (~> 2.3)
|
||||||
rails_autolink (1.1.6)
|
rails_autolink (1.1.6)
|
||||||
rails (> 3.1)
|
rails (> 3.1)
|
||||||
railties (6.0.2.1)
|
railties (6.0.2.2)
|
||||||
actionpack (= 6.0.2.1)
|
actionpack (= 6.0.2.2)
|
||||||
activesupport (= 6.0.2.1)
|
activesupport (= 6.0.2.2)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.20.3, < 2.0)
|
thor (>= 0.20.3, < 2.0)
|
||||||
|
@ -471,7 +467,7 @@ DEPENDENCIES
|
||||||
nokogiri
|
nokogiri
|
||||||
phantomjs
|
phantomjs
|
||||||
poltergeist
|
poltergeist
|
||||||
pry-byebug (~> 1.3.2)
|
pry-byebug
|
||||||
pry-rails
|
pry-rails
|
||||||
public_suffix
|
public_suffix
|
||||||
puma
|
puma
|
||||||
|
|
Loading…
Reference in a new issue