Skip to content

Commit

Permalink
Merge pull request #14 from opensourcerouting/main
Browse files Browse the repository at this point in the history
Release 1.0.4
  • Loading branch information
RodrigoMNardi committed Nov 20, 2023
2 parents 3144339 + e035f05 commit 5de2246
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 57 deletions.
15 changes: 6 additions & 9 deletions 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,24 +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'

group :test do
gem 'factory_bot'
gem 'faker'
gem 'rack-test'
gem 'rspec'
gem 'simplecov', require: false
gem 'webmock', require: 'webmock/rspec'
end
gem 'unicode-display_width', '1.6.1'
53 changes: 5 additions & 48 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,18 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
async (1.31.0)
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)
fiber-annotation
fiber-local
crack (0.4.5)
rexml
declarative (0.0.20)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.8.1)
dry-core (1.0.1)
concurrent-ruby (~> 1.0)
Expand All @@ -44,10 +38,6 @@ GEM
dry-inflector (~> 1.0)
dry-logic (~> 1.4)
zeitwerk (~> 2.6)
factory_bot (6.4.0)
activesupport (>= 5.0.0)
faker (3.2.2)
i18n (>= 1.8.11, < 2)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
Expand Down Expand Up @@ -75,7 +65,6 @@ GEM
roar (~> 1.1.0)
grape-swagger (1.6.1)
grape (~> 1.3)
hashdiff (1.0.1)
hashie (5.0.0)
hashie-forbidden_attributes (0.1.1)
hashie (>= 3.0)
Expand All @@ -101,14 +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)
public_suffix (5.0.4)
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 All @@ -119,8 +107,6 @@ GEM
rack-rewrite (1.5.1)
rack-server-pages (0.1.0)
rack
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
regexp_parser (2.8.2)
representable (3.2.0)
Expand All @@ -130,19 +116,6 @@ GEM
rexml (3.2.6)
roar (1.1.1)
representable (~> 3.0)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
rubocop (0.89.1)
parallel (~> 1.10)
parser (>= 2.7.1.1)
Expand All @@ -152,18 +125,12 @@ 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)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
Expand Down Expand Up @@ -194,11 +161,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uber (0.1.0)
unicode-display_width (1.8.0)
webmock (3.19.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
unicode-display_width (1.6.1)
zeitwerk (2.6.12)

PLATFORMS
Expand All @@ -207,25 +170,19 @@ PLATFORMS
DEPENDENCIES
activerecord
dotenv
factory_bot
faker
nio4r (= 2.5.8)
otr-activerecord (= 2.0.3)
pagy
pagy_cursor
pg (= 1.2.3)
puma (= 5.5.2)
rack (= 2.2.3.1)
rack-test
rspec
rubocop (= 0.89.1)
rubocop-performance (= 1.7.1)
simplecov
sinatra (= 2.0.8.1)
slack-ruby-bot-server (= 2.1.1)
slack-ruby-bot-server-events (= 0.3.2)
slack-ruby-client
webmock

BUNDLED WITH
2.2.22

0 comments on commit 5de2246

Please sign in to comment.