Skip to content

Commit

Permalink
Move standard to gemspec
Browse files Browse the repository at this point in the history
When we want to use `standard-rails` we need `standardrb` command,
which comes from `standard` gem.
Although we can install these two gems separately, it seems natural
that `standard-rails` has `standard` as a dependency.
  • Loading branch information
okuramasafumi committed Dec 10, 2023
1 parent 892d3c4 commit 0b1eff7
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 @@ -3,5 +3,4 @@ source "https://rubygems.org"
gemspec
gem "rake"
gem "minitest"
gem "standard"
gem "m"
1 change: 1 addition & 0 deletions standard-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ Gem::Specification.new do |spec|

spec.add_dependency "lint_roller", "~> 1.0"
spec.add_dependency "rubocop-rails", "~> 2.20.2"
spec.add_dependency "standard", "~> 1.32.1"
end

0 comments on commit 0b1eff7

Please sign in to comment.