Skip to content

Commit

Permalink
discordrb = 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyNada committed Jan 3, 2025
1 parent 837582b commit c320a22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
19 changes: 6 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,17 @@
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
rest-client (>= 2.0.0)
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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit c320a22

Please sign in to comment.