From c320a228c7bba77908ff174d371733b6f8a46f8c Mon Sep 17 00:00:00 2001 From: Jonathan Keller <19418817+NobodyNada@users.noreply.github.com> Date: Fri, 3 Jan 2025 15:41:17 -0800 Subject: [PATCH] discordrb = 3.5.0 --- Gemfile | 2 +- Gemfile.lock | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 51ef418..3791945 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } # use main branch for interactions -gem 'discordrb', github: 'shardlab/discordrb', branch: 'main' +gem 'discordrb', '~> 3.5.0' gem 'docopt', '~> 0.6.1' gem 'httparty', '~> 0.21.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3a0ae5c..5020e62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,10 @@ -GIT - remote: https://github.com/shardlab/discordrb - revision: 972fdd655721dc2e5d8cf7c634ea58fda451c301 - branch: main +GEM + remote: https://rubygems.org/ specs: + ast (2.4.2) + base64 (0.2.0) + bigdecimal (3.1.9) discordrb (3.5.0) - base64 (~> 0.2.0) discordrb-webhooks (~> 3.5.0) ffi (>= 1.9.24) opus-ruby @@ -12,13 +12,6 @@ GIT websocket-client-simple (>= 0.3.0) discordrb-webhooks (3.5.0) rest-client (>= 2.0.0) - -GEM - remote: https://rubygems.org/ - specs: - ast (2.4.2) - base64 (0.2.0) - bigdecimal (3.1.9) docopt (0.6.1) domain_name (0.6.20240107) event_emitter (0.2.6) @@ -87,7 +80,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - discordrb! + discordrb (~> 3.5.0) docopt (~> 0.6.1) ffi (~> 1.16.0) httparty (~> 0.21.0)