We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 438e64b commit 8aef58fCopy full SHA for 8aef58f
3 files changed
.github/workflows/ci.yml
@@ -20,6 +20,7 @@ jobs:
20
- 3.2
21
- 3.3
22
- 3.4
23
+ - 4.0
24
name: Ruby ${{ matrix.ruby }} test
25
steps:
26
- uses: actions/checkout@v6
.rubocop.yml
@@ -40,5 +40,8 @@ RSpec/SpecFilePathFormat:
40
Bundler/OrderedGems:
41
Enabled: false
42
43
+Gemspec/OrderedDependencies:
44
+ Enabled: false
45
+
46
Gemspec/DevelopmentDependencies:
47
gitlab.gemspec
@@ -31,6 +31,7 @@ Gem::Specification.new do |gem|
31
gem.required_ruby_version = '>= 3.2'
32
33
gem.add_runtime_dependency 'base64'
34
+ gem.add_runtime_dependency 'readline'
35
gem.add_runtime_dependency 'httparty', '~> 0.20'
36
gem.add_runtime_dependency 'terminal-table', '>= 1.5.1'
37
0 commit comments