Skip to content

Commit

Permalink
Update gems & packages
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Feb 20, 2018
1 parent b9a96d1 commit 87f370c
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 251 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Rails:
Enabled: true

AllCops:
Exclude:
- Guardfile
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
tzinfo (~> 1.1)
arel (9.0.0)
ast (2.4.0)
autoprefixer-rails (7.2.5)
autoprefixer-rails (8.0.0)
execjs
babel-source (5.8.35)
babel-transpiler (0.7.0)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
facter (2.5.1)
facter (2.5.1-universal-darwin)
CFPropertyList (~> 2.2)
ffi (1.9.18)
ffi (1.9.21)
formatador (0.2.5)
friendly_id (5.2.3)
activerecord (>= 4.0.0)
Expand All @@ -103,7 +103,7 @@ GEM
guard (>= 2.0.0)
guard-compat (~> 1.0)
http-parser-lite (0.6.0)
i18n (0.9.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
iniparse (1.4.4)
invoker (1.5.6)
Expand All @@ -122,7 +122,7 @@ GEM
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
loofah (2.1.1)
loofah (2.2.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.0.12)
Expand All @@ -147,8 +147,8 @@ GEM
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.0.0)
ast (~> 2.4.0)
pg (0.21.0)
pgreset (0.1.1)
popper_js (1.12.9)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
react-rails (2.4.3)
react-rails (2.4.4)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
Expand Down Expand Up @@ -267,7 +267,7 @@ GEM
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.4)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.0)
uuid (2.3.8)
Expand All @@ -277,7 +277,7 @@ GEM
activemodel (>= 5.0)
bindex (>= 0.4.0)
railties (>= 5.0)
webpacker (3.2.1)
webpacker (3.2.2)
activesupport (>= 4.2)
rack-proxy (>= 0.6.1)
railties (>= 4.2)
Expand Down Expand Up @@ -322,4 +322,4 @@ RUBY VERSION
ruby 2.5.0p0

BUNDLED WITH
1.16.0
1.16.1
2 changes: 1 addition & 1 deletion config/initializers/rubocop.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# frozen_string_literal: true

RUBOCOP_OPTS = ['--rails', '--display-cop-names', '--auto-correct'].freeze
RUBOCOP_OPTS = ['--auto-correct'].freeze
Loading

0 comments on commit 87f370c

Please sign in to comment.