Skip to content

Commit

Permalink
bundle u
Browse files Browse the repository at this point in the history
  • Loading branch information
hogelog committed Sep 18, 2018
1 parent c23b9c3 commit 5eaa9a7
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 54 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ AllCops:
Style:
Enabled: false

Style:
Enabled: false

Metrics/LineLength:
Enabled: false

Expand Down
110 changes: 56 additions & 54 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
action_args (2.3.0)
action_args (2.3.1)
actioncable (5.2.1)
actionpack (= 5.2.1)
nio4r (~> 2.0)
Expand Down Expand Up @@ -51,19 +51,19 @@ GEM
public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0)
ast (2.4.0)
bootsnap (1.3.1)
bootsnap (1.3.2)
msgpack (~> 1.0)
brakeman (4.1.1)
brakeman (4.3.1)
builder (3.2.3)
byebug (10.0.0)
byebug (10.0.2)
callsite (0.0.11)
capybara (2.18.0)
capybara (3.7.2)
addressable
mini_mime (>= 0.1.3)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
xpath (~> 3.1)
coderay (1.1.2)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
Expand All @@ -73,29 +73,29 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
coveralls (0.8.21)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.4)
tins (~> 1.6)
crass (1.0.4)
database_rewinder (0.8.3)
database_rewinder (0.9.0)
denv (0.2.6)
diff-lcs (1.3)
diffy (3.2.0)
docile (1.1.5)
diffy (3.2.1)
docile (1.3.1)
erubi (1.7.1)
erubis (2.7.0)
execjs (2.7.0)
factory_bot (4.11.0)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
factory_bot_rails (4.11.0)
factory_bot (~> 4.11.0)
factory_bot_rails (4.11.1)
factory_bot (~> 4.11.1)
railties (>= 3.0.0)
faraday (0.12.2)
multipart-post (>= 1.2, < 3)
ffi (1.9.21)
ffi (1.9.25)
github-markdown (0.6.9)
globalid (0.4.1)
activesupport (>= 4.2.0)
Expand Down Expand Up @@ -123,10 +123,11 @@ GEM
ruby_parser (~> 3.5)
i18n (1.1.0)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.1)
jbuilder (2.7.0)
activesupport (>= 4.2.0)
multi_json (>= 1.2)
jquery-rails (4.3.1)
jquery-rails (4.3.3)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand All @@ -139,7 +140,7 @@ GEM
nokogiri (>= 1.5.9)
mail (2.7.0)
mini_mime (>= 0.1.1)
marcel (0.3.2)
marcel (0.3.3)
mimemagic (~> 0.3.2)
meta_request (0.6.0)
callsite (~> 0.0, >= 0.0.11)
Expand All @@ -154,7 +155,7 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mysql2 (0.4.10)
mysql2 (0.5.2)
nio4r (2.3.1)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
Expand All @@ -177,10 +178,10 @@ GEM
oauth2 (~> 1.1)
omniauth (~> 1.2)
parallel (1.12.1)
parser (2.4.0.2)
ast (~> 2.3)
parser (2.5.1.2)
ast (~> 2.4.0)
pg (0.21.0)
powerpack (0.1.1)
powerpack (0.1.2)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand All @@ -189,14 +190,14 @@ GEM
pry (~> 0.10)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.2)
puma (3.11.2)
public_suffix (3.0.3)
puma (3.12.0)
rack (2.0.5)
rack-contrib (2.0.1)
rack (~> 2.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack_session_access (0.1.1)
rack_session_access (0.2.0)
builder (>= 2.0.0)
rack (>= 1.0.0)
rails (5.2.1)
Expand Down Expand Up @@ -230,45 +231,46 @@ GEM
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.2)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
revision_plate (0.1.2)
rack
ridgepole (0.6.6)
activerecord (>= 4.2, < 6)
ridgepole (0.7.4)
activerecord (>= 5.0.1, < 6)
diffy
rinku (2.0.4)
rouge (3.1.1)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rouge (3.2.1)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-rails (3.7.2)
rspec-support (~> 3.8.0)
rspec-rails (3.8.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rubocop (0.52.1)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.59.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
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-prof (0.17.0)
ruby-progressbar (1.9.0)
ruby_parser (3.10.1)
ruby-progressbar (1.10.0)
ruby_parser (3.11.0)
sexp_processor (~> 4.9)
sass (3.5.5)
sass (3.5.7)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -279,9 +281,9 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sexp_processor (4.10.0)
simplecov (0.14.1)
docile (~> 1.1.0)
sexp_processor (4.11.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand All @@ -301,13 +303,13 @@ GEM
tins (1.16.3)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uglifier (4.1.6)
uglifier (4.1.19)
execjs (>= 0.3.0, < 3)
unicode-display_width (1.3.0)
unicode-display_width (1.4.0)
websocket-driver (0.7.0)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.3)
xpath (3.0.0)
xpath (3.1.0)
nokogiri (~> 1.8)

PLATFORMS
Expand Down

0 comments on commit 5eaa9a7

Please sign in to comment.