Skip to content

Commit ad949a4

Browse files
committed
⬆️ Dependency updates for Appraisals
1 parent 3fadfa0 commit ad949a4

File tree

7 files changed

+5
-7
lines changed

7 files changed

+5
-7
lines changed
File renamed without changes.
File renamed without changes.

.rubocop_gradual.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"README.md:767349837": [
3-
[203, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
2+
"README.md:2227163165": [
3+
[201, 3, 100, "Style/ClassMethodsDefinitions: Use `class << self` to define a class method.", 3592044714]
44
],
55
"Rakefile:746406378": [
66
[93, 3, 11, "Rake/DuplicateTask: Task `spec` is defined at both Rakefile:85 and Rakefile:93.", 2701974006]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ PATH
2525
specs:
2626
omniauth-identity (3.1.1)
2727
bcrypt (~> 3.1)
28-
mutex_m (~> 0.3, >= 0.3.0)
28+
mutex_m (~> 0.1)
2929
omniauth (>= 1)
3030
version_gem (~> 1.1, >= 1.1.8)
3131

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
[![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls]
1010
[![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf]
1111
[![CI Current][🚎11-c-wfi]][🚎11-c-wf]
12-
[![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf]
13-
[![CI JRuby][🚎10-j-wfi]][🚎10-j-wf]
1412
[![CI Supported][🚎6-s-wfi]][🚎6-s-wf]
1513
[![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf]
1614
[![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf]

gemfiles/ar_6_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
gem "appraisal", branch: "galtzo", git: "https://github.com/pboling/appraisal"
66
gem "activerecord", "~> 6.1.7.10"
7-
gem "mutex_m", "~> 0.2"
7+
gem "mutex_m", "~> 0.1"
88
gem "stringio", "~> 3.0"
99
gem "sqlite3", "~> 1.4"
1010

omniauth-identity.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Gem::Specification.new do |spec|
5959
spec.require_paths = ["lib"]
6060

6161
spec.add_dependency("bcrypt", "~> 3.1")
62-
spec.add_dependency("mutex_m", "~> 0.3", ">= 0.3.0")
62+
spec.add_dependency("mutex_m", "~> 0.1")
6363
spec.add_dependency("omniauth", ">= 1")
6464
spec.add_dependency("version_gem", "~> 1.1", ">= 1.1.8")
6565

0 commit comments

Comments
 (0)