aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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