Skip to content

Commit

Permalink
PAUSED
Browse files Browse the repository at this point in the history
  • Loading branch information
bdunne committed May 6, 2024
1 parent 17fe47e commit 8b0f53d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ gem "rails-i18n", "~>6.x"
gem "rake", ">=12.3.3", :require => false
gem "rest-client", "~>2.1.0", :require => false
gem "ruby-progressbar", "~>1.7.0", :require => false
gem "ruby_parser", :require => false
gem "rubyzip", "~>2.0.0", :require => false
gem "rugged", "~>1.5.0", :require => false
gem "ruport", "~>1.8.0"
Expand Down Expand Up @@ -297,8 +298,6 @@ group :development do
gem "foreman"
gem "manageiq-style", "~>1.5.0", :require => false
gem "PoParser"
# ruby_parser is required for i18n string extraction
gem "ruby_parser", :require => false
gem "yard", ">= 0.9.36"
end

Expand Down

0 comments on commit 8b0f53d

Please sign in to comment.