Skip to content

Commit

Permalink
Bump node, ruby, gems and packages (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravtiwari authored Dec 1, 2018
1 parent 0d36af9 commit aefdf30
Show file tree
Hide file tree
Showing 14 changed files with 1,536 additions and 2,028 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.14.0
6.14.4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ matrix:
allow_failures:
- gemfile: gemfiles/Gemfile-rails-edge
exclude:
- rvm: 2.3.7
- rvm: 2.3.8
gemfile: gemfiles/Gemfile-rails-edge
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

gem "rails"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rubocop", git: "https://github.com/rubocop-hq/rubocop.git", require: false
gem "rack-proxy", require: false

group :test do
Expand Down
119 changes: 62 additions & 57 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/rubocop-hq/rubocop.git
revision: 5dd2ef0ac601c44c57616d41d6bd60a5b3697da2
specs:
rubocop (0.60.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)

PATH
remote: .
specs:
Expand All @@ -9,43 +22,43 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.1)
actionpack (= 5.2.1)
actioncable (5.2.1.1)
actionpack (= 5.2.1.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.1)
actionpack (= 5.2.1)
actionview (= 5.2.1)
activejob (= 5.2.1)
actionmailer (5.2.1.1)
actionpack (= 5.2.1.1)
actionview (= 5.2.1.1)
activejob (= 5.2.1.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.1)
actionview (= 5.2.1)
activesupport (= 5.2.1)
actionpack (5.2.1.1)
actionview (= 5.2.1.1)
activesupport (= 5.2.1.1)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.1)
activesupport (= 5.2.1)
actionview (5.2.1.1)
activesupport (= 5.2.1.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activejob (5.2.1)
activesupport (= 5.2.1)
activejob (5.2.1.1)
activesupport (= 5.2.1.1)
globalid (>= 0.3.6)
activemodel (5.2.1)
activesupport (= 5.2.1)
activerecord (5.2.1)
activemodel (= 5.2.1)
activesupport (= 5.2.1)
activemodel (5.2.1.1)
activesupport (= 5.2.1.1)
activerecord (5.2.1.1)
activemodel (= 5.2.1.1)
activesupport (= 5.2.1.1)
arel (>= 9.0)
activestorage (5.2.1)
actionpack (= 5.2.1)
activerecord (= 5.2.1)
activestorage (5.2.1.1)
actionpack (= 5.2.1.1)
activerecord (= 5.2.1.1)
marcel (~> 0.3.1)
activesupport (5.2.1)
activesupport (5.2.1.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -54,72 +67,64 @@ GEM
ast (2.4.0)
builder (3.2.3)
byebug (10.0.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
crass (1.0.4)
erubi (1.7.1)
globalid (0.4.1)
activesupport (>= 4.2.0)
i18n (1.1.0)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.0)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (0.3.2)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.0)
method_source (0.9.2)
mimemagic (0.3.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
nio4r (2.3.1)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.2)
parser (2.5.3.0)
ast (~> 2.4.0)
powerpack (0.1.2)
rack (2.0.5)
rack-proxy (0.6.4)
rack (2.0.6)
rack-proxy (0.6.5)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.1)
actioncable (= 5.2.1)
actionmailer (= 5.2.1)
actionpack (= 5.2.1)
actionview (= 5.2.1)
activejob (= 5.2.1)
activemodel (= 5.2.1)
activerecord (= 5.2.1)
activestorage (= 5.2.1)
activesupport (= 5.2.1)
rails (5.2.1.1)
actioncable (= 5.2.1.1)
actionmailer (= 5.2.1.1)
actionpack (= 5.2.1.1)
actionview (= 5.2.1.1)
activejob (= 5.2.1.1)
activemodel (= 5.2.1.1)
activerecord (= 5.2.1.1)
activestorage (= 5.2.1.1)
activesupport (= 5.2.1.1)
bundler (>= 1.3.0)
railties (= 5.2.1)
railties (= 5.2.1.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.1)
actionpack (= 5.2.1)
activesupport (= 5.2.1)
railties (5.2.1.1)
actionpack (= 5.2.1.1)
activesupport (= 5.2.1.1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.1)
rubocop (0.58.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.10.0)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
Expand All @@ -128,7 +133,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
thor (0.20.0)
thor (0.20.3)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
Expand All @@ -147,8 +152,8 @@ DEPENDENCIES
rack-proxy
rails
rake (>= 11.1)
rubocop (>= 0.49)
rubocop!
webpacker!

BUNDLED WITH
1.16.4
1.17.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in which case you may not even need the asset pipeline. This is mostly relevant

* Ruby 2.2+
* Rails 4.2+
* Node.js 6.14.0+
* Node.js 6.14.4+
* Yarn 1.x+


Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails-edge
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem "webpacker", path: ".."
gem "rails", github: "rails/rails"
gem "arel", github: "rails/arel"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rubocop", git: "https://github.com/rubocop-hq/rubocop.git", require: false
gem "rack-proxy", require: false
gem "minitest", "~> 5.0"
gem "byebug"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.4.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "webpacker", path: ".."

gem "rails", "~> 4.2.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rubocop", git: "https://github.com/rubocop-hq/rubocop.git", require: false
gem "rack-proxy", require: false
gem "minitest", "~> 5.0"
gem "byebug"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.5.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "webpacker", path: ".."

gem "rails", "~> 5.0.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rubocop", git: "https://github.com/rubocop-hq/rubocop.git", require: false
gem "rack-proxy", require: false
gem "minitest", "~> 5.0"
gem "byebug"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.5.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "webpacker", path: ".."

gem "rails", "~> 5.1.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rubocop", git: "https://github.com/rubocop-hq/rubocop.git", require: false
gem "rack-proxy", require: false
gem "minitest", "~> 5.0"
gem "byebug"
2 changes: 1 addition & 1 deletion gemfiles/Gemfile-rails.5.2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gem "webpacker", path: ".."

gem "rails", "~> 5.2.0"
gem "rake", ">= 11.1"
gem "rubocop", ">= 0.49", require: false
gem "rubocop", git: "https://github.com/rubocop-hq/rubocop.git", require: false
gem "rack-proxy", require: false
gem "minitest", "~> 5.0"
gem "byebug"
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,50 +8,50 @@
"lib/install/config/webpacker.yml"
],
"engines": {
"node": ">=6.14.0",
"node": ">=6.14.4",
"yarn": ">=1.0.0"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/core": "^7.1.6",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.0.0",
"@babel/plugin-transform-destructuring": "^7.1.3",
"@babel/plugin-transform-regenerator": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@babel/preset-env": "^7.1.6",
"@babel/runtime": "^7.1.5",
"babel-core": "^7.0.0-bridge",
"babel-loader": "^8.0.0",
"babel-loader": "^8.0.4",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"compression-webpack-plugin": "^1.1.12",
"css-loader": "^1.0.0",
"compression-webpack-plugin": "^2.0.0",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"js-yaml": "^3.12.0",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.9.3",
"mini-css-extract-plugin": "^0.4.5",
"node-sass": "^4.10.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"path-complete-extname": "^1.0.0",
"postcss-import": "^12.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.0.0",
"postcss-preset-env": "^6.4.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.0",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.17.1",
"webpack-assets-manifest": "^3.0.2",
"webpack-cli": "^3.1.0",
"webpack-sources": "^1.2.0"
"webpack": "^4.26.1",
"webpack-assets-manifest": "^3.1.1",
"webpack-cli": "^3.1.2",
"webpack-sources": "^1.3.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint": "^5.9.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.5.0"
"jest": "^23.6.0"
},
"jest": {
"testRegex": "(/__tests__/.*|(\\.|/))\\.jsx?$",
Expand Down
3 changes: 2 additions & 1 deletion package/environments/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ module.exports = class extends Base {
this.plugins.append(
'Compression',
new CompressionPlugin({
asset: '[path].gz[query]',
filename: '[path].gz[query]',
algorithm: 'gzip',
cache: true,
test: /\.(js|css|html|json|ico|svg|eot|otf|ttf)$/
})
)
Expand Down
1 change: 1 addition & 0 deletions test/test_app/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ class Application < ::Rails::Application
config.secret_key_base = "abcdef"
config.eager_load = true
config.webpacker.check_yarn_integrity = false
config.active_support.test_order = :sorted
end
end
Loading

0 comments on commit aefdf30

Please sign in to comment.