Skip to content

Commit

Permalink
move standardrb to dev || test gemfile group
Browse files Browse the repository at this point in the history
  • Loading branch information
abachman committed Jun 1, 2024
1 parent aae9f02 commit d92af32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@ gem "bootsnap", require: false
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri windows ]

# a linting tool, to encourage/enforce a consistent code style
gem "standardrb"
end

group :development do
# Check for published security issues
gem "bundler-audit"

gem "pry", "~> 0.14.2"

# Add a linting command
gem "standardrb"

# Use console on exceptions pages [https://github.com/rails/web-console]
gem "web-console"
Expand Down

0 comments on commit d92af32

Please sign in to comment.