Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ GIT
GEM
remote: https://rubygems.org/
specs:
activemodel (5.2.3)
activesupport (= 5.2.3)
activesupport (5.2.3)
activemodel (6.1.6.1)
activesupport (= 6.1.6.1)
activesupport (6.1.6.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
buftok (0.2.0)
Expand All @@ -63,7 +64,7 @@ GEM
color (1.8)
colourlovers (0.0.1)
httparty
concurrent-ruby (1.1.5)
concurrent-ruby (1.1.10)
discordrb-webhooks (3.4.2)
rest-client (>= 2.0.0)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -97,7 +98,7 @@ GEM
httparty (0.17.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.6.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
irb (1.0.0)
json (2.2.0)
Expand All @@ -113,7 +114,7 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2019.0331)
mini_portile2 (2.4.0)
minitest (5.11.3)
minitest (5.16.2)
multi_xml (0.6.0)
multipart-post (2.1.1)
native-package-installer (1.0.7)
Expand Down Expand Up @@ -150,8 +151,8 @@ GEM
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
tzinfo (2.0.5)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.6)
Expand All @@ -163,6 +164,7 @@ GEM
json (>= 1.4.6)
nokogiri (>= 1.4.4)
typhoeus (>= 0.2.1)
zeitwerk (2.6.0)

PLATFORMS
ruby
Expand Down