diff options
-rw-r--r-- | Gemfile | 3 | ||||
-rw-r--r-- | Gemfile.lock | 3 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,4 @@ -source 'https://rubygems.org' +ruby '2.7.2' +source 'https://rubygems.org' gem 'discordrb' diff --git a/Gemfile.lock b/Gemfile.lock index d1c8670..294d0d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,5 +41,8 @@ PLATFORMS DEPENDENCIES discordrb +RUBY VERSION + ruby 2.7.2p137 + BUNDLED WITH 2.2.3 |