aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2020-12-30 21:46:41 +0000
committerNat Lasseter <user@4574.co.uk>2020-12-30 21:46:41 +0000
commita473276c5a5908b18ff3d6f109c532bf1fc25abb (patch)
tree0591c3fe3bfcbc7cbbf21387a2ffc6847ab1020b
parente02c408a105309cee1471f3bdd8af52f749519b4 (diff)
Updated Ruby stuff
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock3
2 files changed, 5 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 69e990d..83e9079 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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