Skip to content

Commit

Permalink
Add missing irb gem dependency
Browse files Browse the repository at this point in the history
Fixes #28
  • Loading branch information
silug committed Dec 2, 2024
1 parent 2154e6b commit a4f3134
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ group :tests do
end

group :development do
gem 'irb'
gem 'pry'
gem 'pry-byebug'
gem 'ruby-prof'
Expand Down
1 change: 1 addition & 0 deletions compliance_engine.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|

spec.add_dependency 'deep_merge', '~> 1.2'
spec.add_dependency 'thor', '~> 1.3'
spec.add_dependency 'irb', '~> 1.14'
spec.add_dependency 'semantic_puppet', '~> 1.1'
spec.add_dependency 'rubyzip', '~> 2.3'
end

0 comments on commit a4f3134

Please sign in to comment.