Skip to content

Commit 2d471d0

Browse files
authored
Updates rubocop to 0.80. (#780)
- next try to fix danger warning
1 parent fada256 commit 2d471d0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

.rubocop.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,10 @@ Naming:
3333

3434
Style/RegexpLiteral:
3535
Enabled: false
36+
37+
Style/HashEachMethods:
38+
Enabled: true
39+
Style/HashTransformKeys:
40+
Enabled: true
41+
Style/HashTransformValues:
42+
Enabled: true

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
* [#743](https://github.com/ruby-grape/grape-swagger/pull/743): CI: use 2.4.6, 2.5.5 - [@olleolleolle](https://github.com/olleolleolle).
4646
* [#737](https://github.com/ruby-grape/grape-swagger/pull/737): Add swagger endpoint guard to both doc endpoints - [@urkle](https://github.com/urkle).
4747

48-
#### Changes
49-
50-
* [#749](https://github.com/ruby-grape/grape-swagger/pull/749) Drop support for Ruby 2.3 and below - [@LeFnord](https://github.com/LeFnord).
51-
5248

5349
### 0.32.1 (December 7, 2018)
5450

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ group :development, :test do
2020
gem 'pry', platforms: [:mri]
2121
gem 'pry-byebug', platforms: [:mri]
2222

23-
gem 'rack', '~> 2.1'
23+
gem 'rack', '~> 2.2'
2424
gem 'rack-cors'
2525
gem 'rack-test'
2626
gem 'rake'
2727
gem 'rdoc'
2828
gem 'rspec', '~> 3.9'
29-
gem 'rubocop', '~> 0.79', require: false
29+
gem 'rubocop', '~> 0.80', require: false
3030
end
3131

3232
group :test do

0 commit comments

Comments
 (0)