Skip to content

Commit

Permalink
Merge pull request #697 from ltickett/add-base64-to-gemspec
Browse files Browse the repository at this point in the history
Add base64 to gemspec
  • Loading branch information
NARKOZ authored Aug 14, 2024
2 parents d6cf272 + d8f7fdd commit 080bc60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 3.1'

gem.add_runtime_dependency 'base64', '~> 0.2.0'
gem.add_runtime_dependency 'httparty', '~> 0.20'
gem.add_runtime_dependency 'terminal-table', '>= 1.5.1'

Expand Down

0 comments on commit 080bc60

Please sign in to comment.