Skip to content

Commit

Permalink
rails 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Dec 10, 2020
1 parent aabc7b3 commit 1807f0c
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "~> 2.6"

gem "rails", "~> 6.1.0.rc1"
gem "rails", "~> 6.1.0"
gem "rails-i18n"

# Use postgresql as the database for Active Record
Expand Down
120 changes: 60 additions & 60 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
actioncable (6.1.0)
actionpack (= 6.1.0)
activesupport (= 6.1.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailbox (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activestorage (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
actionmailbox (6.1.0)
actionpack (= 6.1.0)
activejob (= 6.1.0)
activerecord (= 6.1.0)
activestorage (= 6.1.0)
activesupport (= 6.1.0)
mail (>= 2.7.1)
actionmailer (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
actionview (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
actionmailer (6.1.0)
actionpack (= 6.1.0)
actionview (= 6.1.0)
activejob (= 6.1.0)
activesupport (= 6.1.0)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (6.1.0.rc2)
actionview (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
actionpack (6.1.0)
actionview (= 6.1.0)
activesupport (= 6.1.0)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activestorage (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
actiontext (6.1.0)
actionpack (= 6.1.0)
activerecord (= 6.1.0)
activestorage (= 6.1.0)
activesupport (= 6.1.0)
nokogiri (>= 1.8.5)
actionview (6.1.0.rc2)
activesupport (= 6.1.0.rc2)
actionview (6.1.0)
activesupport (= 6.1.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (6.1.0.rc2)
activesupport (= 6.1.0.rc2)
activejob (6.1.0)
activesupport (= 6.1.0)
globalid (>= 0.3.6)
activemodel (6.1.0.rc2)
activesupport (= 6.1.0.rc2)
activerecord (6.1.0.rc2)
activemodel (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
activestorage (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
activemodel (6.1.0)
activesupport (= 6.1.0)
activerecord (6.1.0)
activemodel (= 6.1.0)
activesupport (= 6.1.0)
activestorage (6.1.0)
actionpack (= 6.1.0)
activejob (= 6.1.0)
activerecord (= 6.1.0)
activesupport (= 6.1.0)
marcel (~> 0.3.1)
mimemagic (~> 0.3.2)
activesupport (6.1.0.rc2)
activesupport (6.1.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -81,7 +81,7 @@ GEM
xpath (~> 3.2)
childprocess (3.0.0)
concurrent-ruby (1.1.7)
config (2.2.1)
config (2.2.3)
deep_merge (~> 1.2, >= 1.2.1)
dry-validation (~> 1.0, >= 1.0.0)
crass (1.0.6)
Expand Down Expand Up @@ -165,8 +165,8 @@ GEM
mini_mime (>= 0.1.1)
marcel (0.3.3)
mimemagic (~> 0.3.2)
meta-tags (2.13.0)
actionpack (>= 3.2.0, < 6.1)
meta-tags (2.2.0)
actionpack (>= 3.2.0)
method_source (1.0.0)
mimemagic (0.3.5)
mini_mime (1.0.2)
Expand All @@ -191,20 +191,20 @@ GEM
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (6.1.0.rc2)
actioncable (= 6.1.0.rc2)
actionmailbox (= 6.1.0.rc2)
actionmailer (= 6.1.0.rc2)
actionpack (= 6.1.0.rc2)
actiontext (= 6.1.0.rc2)
actionview (= 6.1.0.rc2)
activejob (= 6.1.0.rc2)
activemodel (= 6.1.0.rc2)
activerecord (= 6.1.0.rc2)
activestorage (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
rails (6.1.0)
actioncable (= 6.1.0)
actionmailbox (= 6.1.0)
actionmailer (= 6.1.0)
actionpack (= 6.1.0)
actiontext (= 6.1.0)
actionview (= 6.1.0)
activejob (= 6.1.0)
activemodel (= 6.1.0)
activerecord (= 6.1.0)
activestorage (= 6.1.0)
activesupport (= 6.1.0)
bundler (>= 1.15.0)
railties (= 6.1.0.rc2)
railties (= 6.1.0)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
Expand All @@ -214,9 +214,9 @@ GEM
rails-i18n (6.0.0)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 7)
railties (6.1.0.rc2)
actionpack (= 6.1.0.rc2)
activesupport (= 6.1.0.rc2)
railties (6.1.0)
actionpack (= 6.1.0)
activesupport (= 6.1.0)
method_source
rake (>= 0.8.7)
thor (~> 1.0)
Expand All @@ -230,7 +230,7 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
rexml (3.2.4)
rubocop (1.5.2)
rubocop (1.6.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -244,10 +244,10 @@ GEM
rubocop-performance (1.9.1)
rubocop (>= 0.90.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.8.1)
rubocop-rails (2.9.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
rubocop (>= 0.90.0, < 2.0)
ruby-progressbar (1.10.1)
rubyzip (2.3.0)
selenium-webdriver (3.142.7)
Expand Down Expand Up @@ -311,7 +311,7 @@ DEPENDENCIES
minitest-ci
pg (>= 0.18, < 2.0)
puma (~> 5.0)
rails (~> 6.1.0.rc1)
rails (~> 6.1.0)
rails-i18n
rubocop
rubocop-performance
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dependencies": {
"@coreui/coreui": "~>2.1.16",
"@fortawesome/fontawesome-free": "^5.15.1",
"@rails/actioncable": "^6.1.0-rc1",
"@rails/activestorage": "^6.1.0-rc1",
"@rails/ujs": "^6.1.0-rc1",
"@rails/actioncable": "^6.1.0",
"@rails/activestorage": "^6.1.0",
"@rails/ujs": "^6.1.0",
"@rails/webpacker": "^5.2.1",
"@stimulus/polyfills": "^1.1.1",
"bootstrap": "^4.5.3",
"core-js": "^3.7.0",
"core-js": "^3.8.1",
"jquery": "^3.5.1",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
Expand Down
Loading

0 comments on commit 1807f0c

Please sign in to comment.