Skip to content

Commit

Permalink
Update gems & node packages
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Dec 19, 2017
1 parent c3842de commit 224bc89
Show file tree
Hide file tree
Showing 5 changed files with 290 additions and 205 deletions.
2 changes: 1 addition & 1 deletion .postcssrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
plugins:
postcss-smart-import: {}
postcss-import: {}
postcss-cssnext: {}
6 changes: 4 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ Metrics/LineLength:
Metrics/MethodLength:
Enabled: false

Rails/InverseOf:
Enabled: false

Style/Documentation:
Enabled: false

Style/FormatStringToken:
Exclude:
- config/routes.rb
Enabled: false

Style/TrailingCommaInLiteral:
Enabled: false
25 changes: 12 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.3.0)
autoprefixer-rails (7.2.2)
autoprefixer-rails (7.2.3)
execjs
babel-source (5.8.35)
babel-transpiler (0.7.0)
Expand Down Expand Up @@ -132,19 +132,19 @@ GEM
mini_portile2 (2.3.0)
minitest (5.10.3)
nenv (0.3.0)
newrelic_rpm (4.6.0.338)
newrelic_rpm (4.7.0.339)
nio4r (2.1.0)
nokogiri (1.8.1)
mini_portile2 (~> 2.3.0)
notiffany (0.1.1)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.12.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
pg (0.21.0)
pgreset (0.1.1)
popper_js (1.12.5)
popper_js (1.12.9)
powerpack (0.1.1)
pry (0.11.3)
coderay (~> 1.1.0)
Expand Down Expand Up @@ -185,8 +185,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (2.2.2)
rake
rainbow (3.0.0)
rake (12.3.0)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
Expand All @@ -205,7 +204,7 @@ GEM
redis-activesupport (5.0.4)
activesupport (>= 3, < 6)
redis-store (>= 1.3, < 2)
redis-rack (2.0.3)
redis-rack (2.0.4)
rack (>= 1.5, < 3)
redis-store (>= 1.2, < 2)
redis-rails (5.0.2)
Expand All @@ -214,23 +213,23 @@ GEM
redis-store (>= 1.2, < 2)
redis-store (1.4.1)
redis (>= 2.2, < 5)
rubocop (0.51.0)
rubocop (0.52.0)
parallel (~> 1.10)
parser (>= 2.3.3.1, < 3.0)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 3.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.9.0)
ruby_dep (1.5.0)
rubydns (0.8.5)
eventmachine (~> 1.0.0)
sass (3.5.3)
sass (3.5.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
scenic (1.4.0)
scenic (1.4.1)
activerecord (>= 4.0.0)
railties (>= 4.0.0)
shellany (0.0.1)
Expand Down Expand Up @@ -271,7 +270,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webpacker (3.1.1)
webpacker (3.2.0)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"babel-preset-react": "^6.24.1",
"headroom.js": "^0.9.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-highcharts": "^15.0.0",
"react_ujs": "^2.3.1"
},
Expand Down
Loading

0 comments on commit 224bc89

Please sign in to comment.