Skip to content

Commit

Permalink
Merge 830c464 into 95c702f
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jul 11, 2020
2 parents 95c702f + 830c464 commit fd7f869
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.3.1)
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.0)
ast (2.4.1)
buftok (0.2.0)
charlock_holmes (0.7.7)
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.1.6)
coveralls (0.8.23)
json (>= 1.8, < 3)
Expand All @@ -23,7 +23,7 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
d1lcs (0.5.5)
diff-lcs (1.3)
diff-lcs (1.4.4)
discordrb (3.3.0)
discordrb-webhooks (~> 3.3.0)
ffi (>= 1.9.24)
Expand All @@ -38,7 +38,7 @@ GEM
unf (>= 0.0.5, < 1.0.0)
equalizer (0.0.11)
event_emitter (0.2.6)
ffi (1.12.2)
ffi (1.13.1)
gdbm (2.1.0)
guess_html_encoding (0.0.11)
hashdiff (1.0.1)
Expand All @@ -52,10 +52,10 @@ GEM
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.6.0)
i18n (1.8.2)
i18n (1.8.3)
concurrent-ruby (~> 1.0)
json (2.3.0)
lumberjack (1.2.5)
json (2.3.1)
lumberjack (1.2.6)
mail (2.7.1)
mini_mime (>= 0.1.1)
mcinch (2.4.1)
Expand All @@ -71,13 +71,13 @@ GEM
multipart-post (2.1.1)
naught (1.1.0)
netrc (0.11.0)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
opus-ruby (1.0.1)
ffi
parallel (1.19.1)
parser (2.7.1.3)
ast (~> 2.4.0)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -86,6 +86,7 @@ GEM
rake (13.0.1)
rbnacl (3.4.0)
ffi
regexp_parser (1.7.1)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -105,15 +106,16 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.84.0)
rubocop (0.87.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
rubocop-ast (0.1.0)
parser (>= 2.7.0.1)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
Expand Down Expand Up @@ -157,7 +159,7 @@ GEM
event_emitter
websocket
yard (0.9.25)
zeitwerk (2.3.0)
zeitwerk (2.3.1)

PLATFORMS
ruby
Expand Down

0 comments on commit fd7f869

Please sign in to comment.