Skip to content

Commit

Permalink
Update dev dependency: rubocop-rake
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Nicholaides committed Jan 6, 2025
1 parent b10cdc2 commit b39e04f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ gem "yard", "~> 0.9.34"
# Dependency for serving yard documentation when developing
gem "webrick", "~> 1.8"

gem "rubocop-rspec", "~> 2.27"
gem "rubocop-rspec", "~> 3.3.0"

gem "rubocop-rake", "~> 0.6.0"
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,10 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.27.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
string-similarity (2.1.0)
tty-option (0.3.0)
Expand All @@ -88,7 +82,7 @@ DEPENDENCIES
rspec (~> 3.0)
rubocop (~> 1.21)
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.27)
rubocop-rspec (~> 3.3.0)
webrick (~> 1.8)
yard (~> 0.9.34)

Expand Down
2 changes: 1 addition & 1 deletion spec/cecil/lang/typescript_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "cecil/lang/typescript"

RSpec.describe Cecil::Lang::TypeScript do # rubocop:disable RSpec/FilePath,RSpec/SpecFilePathFormat
RSpec.describe Cecil::Lang::TypeScript do # rubocop:disable RSpec/SpecFilePathFormat
it "indents with 2 spaces" do
expect_code do
`function $fn() {`["fibonacci"] do
Expand Down

0 comments on commit b39e04f

Please sign in to comment.