Skip to content

Commit

Permalink
Move standardrb into dev group
Browse files Browse the repository at this point in the history
So that Hound can load it
  • Loading branch information
tvdeyen committed Apr 1, 2023
1 parent 6db8d54 commit dd6c8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :development, :test do
# minimal, but breaking.
gem "execjs", "= 2.8.1"
gem "jsbundling-rails", "~> 1.1"
gem "standard", "~> 1.25", require: false

if ENV["GITHUB_ACTIONS"]
# Necessary because GH Actions gem cache does not have this "Bundled with Ruby" gem installed
Expand All @@ -33,7 +34,6 @@ group :development, :test do
gem "yard"
gem "redcarpet"
gem "pry-byebug"
gem "standard", "~> 1.25", require: false
gem "listen"
gem "localeapp", "~> 3.0", require: false
gem "dotenv", "~> 2.2"
Expand Down

0 comments on commit dd6c8ab

Please sign in to comment.