Skip to content

Commit 73fba5e

Browse files
committed
🚨 Linting
1 parent fafee41 commit 73fba5e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.rubocop_gradual.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"README.md:4226111870": [
33
[207, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
44
],
5-
"Rakefile:746406378": [
6-
[93, 3, 11, "Rake/DuplicateTask: Task `spec` is defined at both Rakefile:85 and Rakefile:93.", 2701974006]
5+
"Rakefile:2617189060": [
6+
[94, 3, 11, "Rake/DuplicateTask: Task `spec` is defined at both Rakefile:85 and Rakefile:94.", 2701974006]
77
],
88
"bin/bundle:247448467": [
99
[64, 5, 20, "ThreadSafety/ClassInstanceVariable: Avoid class instance variables.", 2485198147]
@@ -41,7 +41,7 @@
4141
[13, 7, 113, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 353293128],
4242
[23, 9, 23, "ThreadSafety/ClassAndModuleAttributes: Avoid mutating class and module attributes.", 1578198260]
4343
],
44-
"omniauth-identity.gemspec:2056491973": [
44+
"omniauth-identity.gemspec:1531711988": [
4545
[4, 6, 12, "Gemspec/RubyVersionGlobalsUsage: Do not use `RUBY_VERSION` in gemspec file.", 31296028]
4646
],
4747
"spec/omniauth/identity/model_spec.rb:3920022856": [

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ end
5353
# TODO: Remove this once fixed in upstream bson (> 5.0.2)
5454
# Fix that is only needed on systems with GCC v15+
5555
# See: https://github.com/mongodb/bson-ruby/pull/355
56-
gem "bson", github: "pboling/bson-ruby", branch: "master"
56+
gem "bson", github: "pboling/bson-ruby", branch: "master"

0 commit comments

Comments
 (0)