Skip to content

Commit

Permalink
Merge pull request #13 from RodrigoMNardi/gems/server_version
Browse files Browse the repository at this point in the history
Gems
  • Loading branch information
RodrigoMNardi authored Nov 20, 2023
2 parents b3200e6 + 881f5c2 commit e035f05
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ source 'https://rubygems.org'

gem 'activerecord', require: 'active_record'

gem 'base64', '0.1.1'

gem 'dotenv'

gem 'nio4r', '2.5.8'
Expand All @@ -20,15 +22,19 @@ gem 'otr-activerecord', '2.0.3'

gem 'pagy'
gem 'pagy_cursor'
gem 'parser', '3.0.2.0'
gem 'pg', '1.2.3'
gem 'puma', '5.5.2'

gem 'racc', '1.5.1'
gem 'rack', '2.2.3.1'

gem 'rubocop', '0.89.1', group: %i[development test], require: false
gem 'rubocop-ast', '0.6.0', group: %i[development test], require: false
gem 'rubocop-performance', '1.7.1', group: %i[development test], require: false

gem 'sinatra', '2.0.8.1'
gem 'slack-ruby-bot-server', '2.1.1'
gem 'slack-ruby-bot-server-events', '0.3.2'
gem 'slack-ruby-client'

gem 'unicode-display_width', '1.6.1'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
base64 (0.2.0)
base64 (0.1.1)
builder (3.2.4)
concurrent-ruby (1.2.2)
console (1.23.2)
Expand Down Expand Up @@ -90,13 +90,13 @@ GEM
activerecord (>= 5)
pagy (>= 6, < 7)
parallel (1.23.0)
parser (3.2.2.4)
parser (3.0.2.0)
ast (~> 2.4.1)
racc
pg (1.2.3)
puma (5.5.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.5.1)
rack (2.2.3.1)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down Expand Up @@ -125,7 +125,7 @@ GEM
rubocop-ast (>= 0.3.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.8.0)
rubocop-ast (0.6.0)
parser (>= 2.7.1.5)
rubocop-performance (1.7.1)
rubocop (>= 0.82.0)
Expand Down Expand Up @@ -161,7 +161,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (1.8.0)
unicode-display_width (1.6.1)
zeitwerk (2.6.12)

PLATFORMS
Expand Down

0 comments on commit e035f05

Please sign in to comment.