Skip to content

Commit

Permalink
Merge pull request #9 from opensourcerouting/main
Browse files Browse the repository at this point in the history
Release 1.0.2
  • Loading branch information
RodrigoMNardi authored Nov 17, 2023
2 parents 78e4b8e + c88faa1 commit ca501da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ gem 'puma', '5.5.2'

gem 'rack', '2.2.3.1'

gem 'rubocop', '1.56.1', group: %i[development test]
gem 'rubocop-performance', '1.7.1', group: %i[development test]
gem 'rubocop', '1.56.1', group: %w[development test], require: false
gem 'rubocop-performance', '1.7.1', group: %w[development test], require: false

gem 'sinatra', '2.0.8.1'
gem 'slack-ruby-bot-server', '2.1.1'
Expand Down

0 comments on commit ca501da

Please sign in to comment.