mirror of
https://github.com/danbee/danbarberphoto
synced 2025-03-04 08:49:07 +00:00
Upgrade gems
This commit is contained in:
parent
ad13971872
commit
85346fe763
1
Gemfile
1
Gemfile
@ -10,7 +10,6 @@ gem "rails", "~> 5.1"
|
|||||||
|
|
||||||
gem "administrate"
|
gem "administrate"
|
||||||
gem "administrate-field-image"
|
gem "administrate-field-image"
|
||||||
gem "aws-sdk"
|
|
||||||
gem "bourbon"
|
gem "bourbon"
|
||||||
gem "coffee-rails"
|
gem "coffee-rails"
|
||||||
gem "dragonfly"
|
gem "dragonfly"
|
||||||
|
|||||||
430
Gemfile.lock
430
Gemfile.lock
@ -1,345 +1,344 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: http://rubygems.org/
|
remote: http://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
actioncable (5.2.2)
|
actioncable (5.2.6)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.6)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
websocket-driver (>= 0.6.1)
|
websocket-driver (>= 0.6.1)
|
||||||
actionmailer (5.2.2)
|
actionmailer (5.2.6)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.6)
|
||||||
actionview (= 5.2.2)
|
actionview (= 5.2.6)
|
||||||
activejob (= 5.2.2)
|
activejob (= 5.2.6)
|
||||||
mail (~> 2.5, >= 2.5.4)
|
mail (~> 2.5, >= 2.5.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
actionpack (5.2.2)
|
actionpack (5.2.6)
|
||||||
actionview (= 5.2.2)
|
actionview (= 5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
rack (~> 2.0)
|
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.0.2)
|
rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
||||||
actionview (5.2.2)
|
actionview (5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
builder (~> 3.1)
|
builder (~> 3.1)
|
||||||
erubi (~> 1.4)
|
erubi (~> 1.4)
|
||||||
rails-dom-testing (~> 2.0)
|
rails-dom-testing (~> 2.0)
|
||||||
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
||||||
activejob (5.2.2)
|
activejob (5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
globalid (>= 0.3.6)
|
globalid (>= 0.3.6)
|
||||||
activemodel (5.2.2)
|
activemodel (5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
activerecord (5.2.2)
|
activerecord (5.2.6)
|
||||||
activemodel (= 5.2.2)
|
activemodel (= 5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
arel (>= 9.0)
|
arel (>= 9.0)
|
||||||
activestorage (5.2.2)
|
activestorage (5.2.6)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.6)
|
||||||
activerecord (= 5.2.2)
|
activerecord (= 5.2.6)
|
||||||
marcel (~> 0.3.1)
|
marcel (~> 1.0.0)
|
||||||
activesupport (5.2.2)
|
activesupport (5.2.6)
|
||||||
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)
|
||||||
tzinfo (~> 1.1)
|
tzinfo (~> 1.1)
|
||||||
addressable (2.5.2)
|
addressable (2.8.0)
|
||||||
public_suffix (>= 2.0.2, < 4.0)
|
public_suffix (>= 2.0.2, < 5.0)
|
||||||
administrate (0.11.0)
|
administrate (0.16.0)
|
||||||
actionpack (>= 4.2, < 6.0)
|
actionpack (>= 5.0)
|
||||||
actionview (>= 4.2, < 6.0)
|
actionview (>= 5.0)
|
||||||
activerecord (>= 4.2, < 6.0)
|
activerecord (>= 5.0)
|
||||||
autoprefixer-rails (>= 6.0)
|
|
||||||
datetime_picker_rails (~> 0.0.7)
|
datetime_picker_rails (~> 0.0.7)
|
||||||
jquery-rails (>= 4.0)
|
jquery-rails (>= 4.0)
|
||||||
kaminari (>= 1.0)
|
kaminari (>= 1.0)
|
||||||
momentjs-rails (~> 2.8)
|
momentjs-rails (~> 2.8)
|
||||||
sass-rails (~> 5.0)
|
sassc-rails (~> 2.1)
|
||||||
selectize-rails (~> 0.6)
|
selectize-rails (~> 0.6)
|
||||||
administrate-field-image (1.1.0)
|
administrate-field-image (1.1.0)
|
||||||
administrate (>= 0.2.0.rc1)
|
administrate (>= 0.2.0.rc1)
|
||||||
arel (9.0.0)
|
arel (9.0.0)
|
||||||
ast (2.4.0)
|
ast (2.4.2)
|
||||||
autoprefixer-rails (9.1.4)
|
bcrypt (3.1.16)
|
||||||
execjs
|
better_errors (2.9.1)
|
||||||
aws-sdk (2.11.176)
|
|
||||||
aws-sdk-resources (= 2.11.176)
|
|
||||||
aws-sdk-core (2.11.176)
|
|
||||||
aws-sigv4 (~> 1.0)
|
|
||||||
jmespath (~> 1.0)
|
|
||||||
aws-sdk-resources (2.11.176)
|
|
||||||
aws-sdk-core (= 2.11.176)
|
|
||||||
aws-sigv4 (1.0.3)
|
|
||||||
bcrypt (3.1.11)
|
|
||||||
better_errors (2.5.0)
|
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
erubi (>= 1.0.0)
|
erubi (>= 1.0.0)
|
||||||
rack (>= 0.9.0)
|
rack (>= 0.9.0)
|
||||||
binding_of_caller (0.8.0)
|
binding_of_caller (1.0.0)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bourbon (5.1.0)
|
bourbon (7.0.0)
|
||||||
sass (~> 3.4)
|
thor (~> 1.0)
|
||||||
thor (~> 0.19)
|
builder (3.2.4)
|
||||||
builder (3.2.3)
|
capybara (3.35.3)
|
||||||
capybara (3.9.0)
|
|
||||||
addressable
|
addressable
|
||||||
mini_mime (>= 0.1.3)
|
mini_mime (>= 0.1.3)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
rack (>= 1.6.0)
|
rack (>= 1.6.0)
|
||||||
rack-test (>= 0.6.3)
|
rack-test (>= 0.6.3)
|
||||||
xpath (~> 3.1)
|
regexp_parser (>= 1.5, < 3.0)
|
||||||
capybara-screenshot (1.0.22)
|
xpath (~> 3.2)
|
||||||
|
capybara-screenshot (1.0.25)
|
||||||
capybara (>= 1.0, < 4)
|
capybara (>= 1.0, < 4)
|
||||||
launchy
|
launchy
|
||||||
cliver (0.3.2)
|
cliver (0.3.2)
|
||||||
coderay (1.1.2)
|
coderay (1.1.3)
|
||||||
coffee-rails (4.2.2)
|
coffee-rails (5.0.0)
|
||||||
coffee-script (>= 2.2.0)
|
coffee-script (>= 2.2.0)
|
||||||
railties (>= 4.0.0)
|
railties (>= 5.2.0)
|
||||||
coffee-script (2.4.1)
|
coffee-script (2.4.1)
|
||||||
coffee-script-source
|
coffee-script-source
|
||||||
execjs
|
execjs
|
||||||
coffee-script-source (1.12.2)
|
coffee-script-source (1.12.2)
|
||||||
concurrent-ruby (1.1.3)
|
concurrent-ruby (1.1.9)
|
||||||
crass (1.0.5)
|
crass (1.0.6)
|
||||||
database_cleaner (1.7.0)
|
database_cleaner (2.0.1)
|
||||||
|
database_cleaner-active_record (~> 2.0.0)
|
||||||
|
database_cleaner-active_record (2.0.1)
|
||||||
|
activerecord (>= 5.a)
|
||||||
|
database_cleaner-core (~> 2.0.0)
|
||||||
|
database_cleaner-core (2.0.1)
|
||||||
datetime_picker_rails (0.0.7)
|
datetime_picker_rails (0.0.7)
|
||||||
momentjs-rails (>= 2.8.1)
|
momentjs-rails (>= 2.8.1)
|
||||||
debug_inspector (0.0.3)
|
debug_inspector (1.1.0)
|
||||||
diff-lcs (1.3)
|
diff-lcs (1.4.4)
|
||||||
docile (1.3.0)
|
docile (1.4.0)
|
||||||
dotenv (2.5.0)
|
dotenv (2.7.6)
|
||||||
dotenv-rails (2.5.0)
|
dotenv-rails (2.7.6)
|
||||||
dotenv (= 2.5.0)
|
dotenv (= 2.7.6)
|
||||||
railties (>= 3.2, < 6.0)
|
railties (>= 3.2)
|
||||||
dragonfly (1.1.5)
|
dragonfly (1.4.0)
|
||||||
addressable (~> 2.3)
|
addressable (~> 2.3)
|
||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
rack (>= 1.3)
|
rack (>= 1.3)
|
||||||
dragonfly-s3_data_store (1.3.0)
|
dragonfly-s3_data_store (1.3.0)
|
||||||
dragonfly (~> 1.0)
|
dragonfly (~> 1.0)
|
||||||
fog-aws
|
fog-aws
|
||||||
erubi (1.7.1)
|
erubi (1.10.0)
|
||||||
excon (0.71.1)
|
excon (0.85.0)
|
||||||
execjs (2.7.0)
|
execjs (2.8.1)
|
||||||
factory_bot (4.11.1)
|
factory_bot (6.2.0)
|
||||||
activesupport (>= 3.0.0)
|
activesupport (>= 5.0.0)
|
||||||
factory_bot_rails (4.11.1)
|
factory_bot_rails (6.2.0)
|
||||||
factory_bot (~> 4.11.1)
|
factory_bot (~> 6.2.0)
|
||||||
railties (>= 3.0.0)
|
railties (>= 5.0.0)
|
||||||
ffi (1.9.25)
|
ffi (1.15.3)
|
||||||
fivemat (1.3.7)
|
fivemat (1.3.7)
|
||||||
fog-aws (1.4.0)
|
fog-aws (3.10.0)
|
||||||
fog-core (~> 1.38)
|
fog-core (~> 2.1)
|
||||||
fog-json (~> 1.0)
|
fog-json (~> 1.1)
|
||||||
fog-xml (~> 0.1)
|
fog-xml (~> 0.1)
|
||||||
ipaddress (~> 0.8)
|
ipaddress (~> 0.8)
|
||||||
fog-core (1.44.3)
|
fog-core (2.2.4)
|
||||||
builder
|
builder
|
||||||
excon (~> 0.49)
|
excon (~> 0.71)
|
||||||
formatador (~> 0.2)
|
formatador (~> 0.2)
|
||||||
fog-json (1.0.2)
|
mime-types
|
||||||
fog-core (~> 1.0)
|
fog-json (1.2.0)
|
||||||
|
fog-core
|
||||||
multi_json (~> 1.10)
|
multi_json (~> 1.10)
|
||||||
fog-xml (0.1.3)
|
fog-xml (0.1.3)
|
||||||
fog-core
|
fog-core
|
||||||
nokogiri (>= 1.5.11, < 2.0.0)
|
nokogiri (>= 1.5.11, < 2.0.0)
|
||||||
formatador (0.2.5)
|
formatador (0.3.0)
|
||||||
globalid (0.4.1)
|
globalid (0.4.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
i18n (1.1.1)
|
i18n (1.8.10)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
ipaddress (0.8.3)
|
ipaddress (0.8.3)
|
||||||
jaro_winkler (1.5.2)
|
jquery-rails (4.4.0)
|
||||||
jmespath (1.4.0)
|
|
||||||
jquery-rails (4.3.3)
|
|
||||||
rails-dom-testing (>= 1, < 3)
|
rails-dom-testing (>= 1, < 3)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
thor (>= 0.14, < 2.0)
|
thor (>= 0.14, < 2.0)
|
||||||
json (2.1.0)
|
kaminari (1.2.1)
|
||||||
kaminari (1.1.1)
|
|
||||||
activesupport (>= 4.1.0)
|
activesupport (>= 4.1.0)
|
||||||
kaminari-actionview (= 1.1.1)
|
kaminari-actionview (= 1.2.1)
|
||||||
kaminari-activerecord (= 1.1.1)
|
kaminari-activerecord (= 1.2.1)
|
||||||
kaminari-core (= 1.1.1)
|
kaminari-core (= 1.2.1)
|
||||||
kaminari-actionview (1.1.1)
|
kaminari-actionview (1.2.1)
|
||||||
actionview
|
actionview
|
||||||
kaminari-core (= 1.1.1)
|
kaminari-core (= 1.2.1)
|
||||||
kaminari-activerecord (1.1.1)
|
kaminari-activerecord (1.2.1)
|
||||||
activerecord
|
activerecord
|
||||||
kaminari-core (= 1.1.1)
|
kaminari-core (= 1.2.1)
|
||||||
kaminari-core (1.1.1)
|
kaminari-core (1.2.1)
|
||||||
kramdown (1.17.0)
|
kramdown (2.3.1)
|
||||||
launchy (2.4.3)
|
rexml
|
||||||
addressable (~> 2.3)
|
launchy (2.5.0)
|
||||||
|
addressable (~> 2.7)
|
||||||
letter_opener (1.7.0)
|
letter_opener (1.7.0)
|
||||||
launchy (~> 2.2)
|
launchy (~> 2.2)
|
||||||
loofah (2.3.1)
|
loofah (2.10.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.5.9)
|
nokogiri (>= 1.5.9)
|
||||||
mail (2.7.1)
|
mail (2.7.1)
|
||||||
mini_mime (>= 0.1.1)
|
mini_mime (>= 0.1.1)
|
||||||
marcel (0.3.3)
|
marcel (1.0.1)
|
||||||
mimemagic (~> 0.3.2)
|
method_source (1.0.0)
|
||||||
method_source (0.9.2)
|
mime-types (3.3.1)
|
||||||
mime-types (3.2.2)
|
|
||||||
mime-types-data (~> 3.2015)
|
mime-types-data (~> 3.2015)
|
||||||
mime-types-data (3.2018.0812)
|
mime-types-data (3.2021.0704)
|
||||||
mimemagic (0.3.2)
|
mini_mime (1.1.0)
|
||||||
mini_mime (1.0.1)
|
mini_portile2 (2.5.3)
|
||||||
mini_portile2 (2.4.0)
|
minitest (5.14.4)
|
||||||
minitest (5.11.3)
|
|
||||||
momentjs-rails (2.20.1)
|
momentjs-rails (2.20.1)
|
||||||
railties (>= 3.1)
|
railties (>= 3.1)
|
||||||
multi_json (1.13.1)
|
multi_json (1.15.0)
|
||||||
nio4r (2.3.1)
|
nio4r (2.5.7)
|
||||||
nokogiri (1.10.4)
|
nokogiri (1.11.7)
|
||||||
mini_portile2 (~> 2.4.0)
|
mini_portile2 (~> 2.5.0)
|
||||||
|
racc (~> 1.4)
|
||||||
oath (1.1.0)
|
oath (1.1.0)
|
||||||
bcrypt
|
bcrypt
|
||||||
rails
|
rails
|
||||||
warden
|
warden
|
||||||
oath-generators (1.0.1)
|
oath-generators (1.0.1)
|
||||||
oath (>= 0.0.12)
|
oath (>= 0.0.12)
|
||||||
parallel (1.13.0)
|
parallel (1.20.1)
|
||||||
parser (2.6.0.0)
|
parser (3.0.2.0)
|
||||||
ast (~> 2.4.0)
|
ast (~> 2.4.1)
|
||||||
pg (1.1.3)
|
pg (1.2.3)
|
||||||
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)
|
||||||
powder (0.4.0)
|
powder (0.4.0)
|
||||||
thor (>= 0.11.5)
|
thor (>= 0.11.5)
|
||||||
powerpack (0.1.2)
|
pry (0.14.1)
|
||||||
pry (0.11.3)
|
coderay (~> 1.1)
|
||||||
coderay (~> 1.1.0)
|
method_source (~> 1.0)
|
||||||
method_source (~> 0.9.0)
|
public_suffix (4.0.6)
|
||||||
public_suffix (3.0.3)
|
puma (5.3.2)
|
||||||
puma (3.12.0)
|
nio4r (~> 2.0)
|
||||||
rack (2.0.6)
|
racc (1.5.2)
|
||||||
|
rack (2.2.3)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
rack (>= 1.0, < 3)
|
rack (>= 1.0, < 3)
|
||||||
rails (5.2.2)
|
rails (5.2.6)
|
||||||
actioncable (= 5.2.2)
|
actioncable (= 5.2.6)
|
||||||
actionmailer (= 5.2.2)
|
actionmailer (= 5.2.6)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.6)
|
||||||
actionview (= 5.2.2)
|
actionview (= 5.2.6)
|
||||||
activejob (= 5.2.2)
|
activejob (= 5.2.6)
|
||||||
activemodel (= 5.2.2)
|
activemodel (= 5.2.6)
|
||||||
activerecord (= 5.2.2)
|
activerecord (= 5.2.6)
|
||||||
activestorage (= 5.2.2)
|
activestorage (= 5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
bundler (>= 1.3.0)
|
bundler (>= 1.3.0)
|
||||||
railties (= 5.2.2)
|
railties (= 5.2.6)
|
||||||
sprockets-rails (>= 2.0.0)
|
sprockets-rails (>= 2.0.0)
|
||||||
rails-controller-testing (1.0.4)
|
rails-controller-testing (1.0.5)
|
||||||
actionpack (>= 5.0.1.x)
|
actionpack (>= 5.0.1.rc1)
|
||||||
actionview (>= 5.0.1.x)
|
actionview (>= 5.0.1.rc1)
|
||||||
activesupport (>= 5.0.1.x)
|
activesupport (>= 5.0.1.rc1)
|
||||||
rails-dom-testing (2.0.3)
|
rails-dom-testing (2.0.3)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
nokogiri (>= 1.6)
|
nokogiri (>= 1.6)
|
||||||
rails-html-sanitizer (1.0.4)
|
rails-html-sanitizer (1.3.0)
|
||||||
loofah (~> 2.2, >= 2.2.2)
|
loofah (~> 2.3)
|
||||||
rails_12factor (0.0.3)
|
rails_12factor (0.0.3)
|
||||||
rails_serve_static_assets
|
rails_serve_static_assets
|
||||||
rails_stdout_logging
|
rails_stdout_logging
|
||||||
rails_serve_static_assets (0.0.5)
|
rails_serve_static_assets (0.0.5)
|
||||||
rails_stdout_logging (0.0.5)
|
rails_stdout_logging (0.0.5)
|
||||||
railties (5.2.2)
|
railties (5.2.6)
|
||||||
actionpack (= 5.2.2)
|
actionpack (= 5.2.6)
|
||||||
activesupport (= 5.2.2)
|
activesupport (= 5.2.6)
|
||||||
method_source
|
method_source
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (12.3.1)
|
rake (13.0.6)
|
||||||
rb-fsevent (0.10.3)
|
regexp_parser (2.1.1)
|
||||||
rb-inotify (0.9.10)
|
rexml (3.2.5)
|
||||||
ffi (>= 0.5.0, < 2)
|
rspec-core (3.10.1)
|
||||||
rspec-core (3.8.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-expectations (3.10.1)
|
||||||
rspec-expectations (3.8.2)
|
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-mocks (3.8.0)
|
rspec-mocks (3.10.2)
|
||||||
diff-lcs (>= 1.2.0, < 2.0)
|
diff-lcs (>= 1.2.0, < 2.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.10.0)
|
||||||
rspec-rails (3.8.1)
|
rspec-rails (5.0.1)
|
||||||
actionpack (>= 3.0)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 3.0)
|
activesupport (>= 5.2)
|
||||||
railties (>= 3.0)
|
railties (>= 5.2)
|
||||||
rspec-core (~> 3.8.0)
|
rspec-core (~> 3.10)
|
||||||
rspec-expectations (~> 3.8.0)
|
rspec-expectations (~> 3.10)
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.10)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.10)
|
||||||
rspec-support (3.8.0)
|
rspec-support (3.10.2)
|
||||||
rubocop (0.63.0)
|
rubocop (1.18.3)
|
||||||
jaro_winkler (~> 1.5.1)
|
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.5, != 2.5.1.1)
|
parser (>= 3.0.0.0)
|
||||||
powerpack (~> 0.1)
|
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
|
regexp_parser (>= 1.8, < 3.0)
|
||||||
|
rexml
|
||||||
|
rubocop-ast (>= 1.7.0, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.4.0)
|
unicode-display_width (>= 1.4.0, < 3.0)
|
||||||
ruby-progressbar (1.10.0)
|
rubocop-ast (1.8.0)
|
||||||
ruby_parser (3.12.0)
|
parser (>= 3.0.1.1)
|
||||||
sexp_processor (~> 4.9)
|
rubocop-performance (1.11.4)
|
||||||
sass (3.5.7)
|
rubocop (>= 1.7.0, < 2.0)
|
||||||
sass-listen (~> 4.0.0)
|
rubocop-ast (>= 0.4.0)
|
||||||
sass-listen (4.0.0)
|
ruby-progressbar (1.11.0)
|
||||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
ruby_parser (3.16.0)
|
||||||
rb-inotify (~> 0.9, >= 0.9.7)
|
sexp_processor (~> 4.15, >= 4.15.1)
|
||||||
sass-rails (5.0.7)
|
sass-rails (6.0.0)
|
||||||
railties (>= 4.0.0, < 6)
|
sassc-rails (~> 2.1, >= 2.1.1)
|
||||||
sass (~> 3.1)
|
sassc (2.4.0)
|
||||||
sprockets (>= 2.8, < 4.0)
|
ffi (~> 1.9)
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
sassc-rails (2.1.2)
|
||||||
tilt (>= 1.1, < 3)
|
railties (>= 4.0.0)
|
||||||
selectize-rails (0.12.5)
|
sassc (>= 2.0)
|
||||||
sexp_processor (4.11.0)
|
sprockets (> 3.0)
|
||||||
shoulda (3.5.0)
|
sprockets-rails
|
||||||
shoulda-context (~> 1.0, >= 1.0.1)
|
tilt
|
||||||
shoulda-matchers (>= 1.4.1, < 3.0)
|
selectize-rails (0.12.6)
|
||||||
shoulda-context (1.2.2)
|
sexp_processor (4.15.3)
|
||||||
shoulda-matchers (2.8.0)
|
shoulda (4.0.0)
|
||||||
activesupport (>= 3.0.0)
|
shoulda-context (~> 2.0)
|
||||||
simple_form (4.1.0)
|
shoulda-matchers (~> 4.0)
|
||||||
actionpack (>= 5.0)
|
shoulda-context (2.0.0)
|
||||||
activemodel (>= 5.0)
|
shoulda-matchers (4.5.1)
|
||||||
simplecov (0.16.1)
|
activesupport (>= 4.2.0)
|
||||||
|
simple_form (5.1.0)
|
||||||
|
actionpack (>= 5.2)
|
||||||
|
activemodel (>= 5.2)
|
||||||
|
simplecov (0.21.2)
|
||||||
docile (~> 1.1)
|
docile (~> 1.1)
|
||||||
json (>= 1.8, < 3)
|
simplecov-html (~> 0.11)
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov_json_formatter (~> 0.1)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.12.3)
|
||||||
|
simplecov_json_formatter (0.1.3)
|
||||||
slugtastic (2.0.1)
|
slugtastic (2.0.1)
|
||||||
sprockets (3.7.2)
|
sprockets (4.0.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
sprockets-rails (3.2.1)
|
sprockets-rails (3.2.2)
|
||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
standard (0.0.36)
|
standard (1.1.5)
|
||||||
rubocop (>= 0.63)
|
rubocop (= 1.18.3)
|
||||||
|
rubocop-performance (= 1.11.4)
|
||||||
standardrb (1.0.0)
|
standardrb (1.0.0)
|
||||||
standard
|
standard
|
||||||
thor (0.20.3)
|
thor (1.1.0)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.8)
|
tilt (2.0.10)
|
||||||
tzinfo (1.2.5)
|
tzinfo (1.2.9)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
uglifier (4.1.20)
|
uglifier (4.2.0)
|
||||||
execjs (>= 0.3.0, < 3)
|
execjs (>= 0.3.0, < 3)
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.4)
|
unf_ext (0.0.7.7)
|
||||||
unicode-display_width (1.4.1)
|
unicode-display_width (2.0.0)
|
||||||
warden (1.2.7)
|
warden (1.2.9)
|
||||||
rack (>= 1.0)
|
rack (>= 2.0.9)
|
||||||
websocket-driver (0.7.0)
|
websocket-driver (0.7.5)
|
||||||
websocket-extensions (>= 0.1.0)
|
websocket-extensions (>= 0.1.0)
|
||||||
websocket-extensions (0.1.3)
|
websocket-extensions (0.1.5)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
|
||||||
@ -349,7 +348,6 @@ PLATFORMS
|
|||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
administrate
|
administrate
|
||||||
administrate-field-image
|
administrate-field-image
|
||||||
aws-sdk
|
|
||||||
better_errors
|
better_errors
|
||||||
binding_of_caller
|
binding_of_caller
|
||||||
bourbon
|
bourbon
|
||||||
@ -390,7 +388,7 @@ DEPENDENCIES
|
|||||||
unf
|
unf
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.6.6p146
|
ruby 2.7.2p137
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.2
|
1.17.2
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user