File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- codebot (1.1.7 )
4+ codebot (1.2.0 )
55 cinch (~> 2.3 )
66 cinch-identify (~> 1.7 )
77 irb (~> 1.0 )
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def description
1616 text . gsub ( /\s +/ , ' ' ) . strip
1717end
1818
19- Gem ::Specification . new do |spec | # rubocop:disable Metrics/BlockLength
19+ Gem ::Specification . new do |spec |
2020 spec . name = 'codebot'
2121 spec . version = Codebot ::VERSION
2222 spec . authors = [ 'Janik Rabe' , 'Ola Bini' ]
@@ -42,8 +42,8 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
4242 spec . add_development_dependency 'rubocop' , '~> 0.65.0'
4343
4444 spec . add_runtime_dependency 'cinch' , '~> 2.3'
45- spec . add_runtime_dependency 'irb' , '~> 1.0'
4645 spec . add_runtime_dependency 'cinch-identify' , '~> 1.7'
46+ spec . add_runtime_dependency 'irb' , '~> 1.0'
4747 spec . add_runtime_dependency 'sinatra' , '~> 2.0'
4848 spec . add_runtime_dependency 'thor' , '~> 0.20.0'
4949end
You can’t perform that action at this time.
0 commit comments