diff options
author | Nat Lasseter <user@4574.co.uk> | 2020-12-30 21:46:41 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2020-12-30 21:46:41 +0000 |
commit | a473276c5a5908b18ff3d6f109c532bf1fc25abb (patch) | |
tree | 0591c3fe3bfcbc7cbbf21387a2ffc6847ab1020b | |
parent | e02c408a105309cee1471f3bdd8af52f749519b4 (diff) |
Updated Ruby stuff
-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 |