Skip to content

Commit 69af491

Browse files
authored
bump gems and version (#18)
1 parent baf0ad5 commit 69af491

6 files changed

+102
-87
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ["2.7", "3.0", "3.1"]
14+
ruby-version: ["2.7", "3.0", "3.1", "3.2"]
1515
gemfiles: ["Gemfile", "Gemfile.rails6"]
1616
env:
1717
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

Gemfile

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
source 'https://rubygems.org'
22
gemspec
3+
4+
gem 'mysql2'
5+
gem 'pg'
6+
gem 'rake'
7+
gem 'rspec'
8+
gem 'rubocop-bsm'
9+
gem 'sqlite3'

Gemfile.lock

+43-38
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,86 @@
11
PATH
22
remote: .
33
specs:
4-
activesupport_cache_database (0.3.0)
4+
activesupport_cache_database (0.3.1)
55
activerecord (>= 6.0)
66
activesupport (>= 6.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activemodel (7.0.3.1)
12-
activesupport (= 7.0.3.1)
13-
activerecord (7.0.3.1)
14-
activemodel (= 7.0.3.1)
15-
activesupport (= 7.0.3.1)
16-
activesupport (7.0.3.1)
11+
activemodel (7.0.4.2)
12+
activesupport (= 7.0.4.2)
13+
activerecord (7.0.4.2)
14+
activemodel (= 7.0.4.2)
15+
activesupport (= 7.0.4.2)
16+
activesupport (7.0.4.2)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
1818
i18n (>= 1.6, < 2)
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
ast (2.4.2)
22-
concurrent-ruby (1.1.10)
22+
concurrent-ruby (1.2.0)
2323
diff-lcs (1.5.0)
24-
i18n (1.11.0)
24+
i18n (1.12.0)
2525
concurrent-ruby (~> 1.0)
26-
json (2.6.2)
27-
minitest (5.16.2)
28-
mysql2 (0.5.4)
26+
json (2.6.3)
27+
mini_portile2 (2.8.1)
28+
minitest (5.17.0)
29+
mysql2 (0.5.5)
2930
parallel (1.22.1)
30-
parser (3.1.2.0)
31+
parser (3.2.0.0)
3132
ast (~> 2.4.1)
32-
pg (1.4.1)
33+
pg (1.4.5)
3334
rainbow (3.1.1)
3435
rake (13.0.6)
35-
regexp_parser (2.5.0)
36+
regexp_parser (2.6.2)
3637
rexml (3.2.5)
37-
rspec (3.11.0)
38-
rspec-core (~> 3.11.0)
39-
rspec-expectations (~> 3.11.0)
40-
rspec-mocks (~> 3.11.0)
41-
rspec-core (3.11.0)
42-
rspec-support (~> 3.11.0)
43-
rspec-expectations (3.11.0)
38+
rspec (3.12.0)
39+
rspec-core (~> 3.12.0)
40+
rspec-expectations (~> 3.12.0)
41+
rspec-mocks (~> 3.12.0)
42+
rspec-core (3.12.0)
43+
rspec-support (~> 3.12.0)
44+
rspec-expectations (3.12.2)
4445
diff-lcs (>= 1.2.0, < 2.0)
45-
rspec-support (~> 3.11.0)
46-
rspec-mocks (3.11.1)
46+
rspec-support (~> 3.12.0)
47+
rspec-mocks (3.12.3)
4748
diff-lcs (>= 1.2.0, < 2.0)
48-
rspec-support (~> 3.11.0)
49-
rspec-support (3.11.0)
50-
rubocop (1.31.2)
49+
rspec-support (~> 3.12.0)
50+
rspec-support (3.12.0)
51+
rubocop (1.44.1)
5152
json (~> 2.3)
5253
parallel (~> 1.10)
53-
parser (>= 3.1.0.0)
54+
parser (>= 3.2.0.0)
5455
rainbow (>= 2.2.2, < 4.0)
5556
regexp_parser (>= 1.8, < 3.0)
5657
rexml (>= 3.2.5, < 4.0)
57-
rubocop-ast (>= 1.18.0, < 2.0)
58+
rubocop-ast (>= 1.24.1, < 2.0)
5859
ruby-progressbar (~> 1.7)
59-
unicode-display_width (>= 1.4.0, < 3.0)
60-
rubocop-ast (1.19.1)
60+
unicode-display_width (>= 2.4.0, < 3.0)
61+
rubocop-ast (1.24.1)
6162
parser (>= 3.1.1.0)
62-
rubocop-bsm (0.6.0)
63+
rubocop-bsm (0.6.1)
6364
rubocop (~> 1.0)
6465
rubocop-performance
6566
rubocop-rake
6667
rubocop-rspec
67-
rubocop-performance (1.14.2)
68+
rubocop-capybara (2.17.0)
69+
rubocop (~> 1.41)
70+
rubocop-performance (1.15.2)
6871
rubocop (>= 1.7.0, < 2.0)
6972
rubocop-ast (>= 0.4.0)
7073
rubocop-rake (0.6.0)
7174
rubocop (~> 1.0)
72-
rubocop-rspec (2.12.1)
73-
rubocop (~> 1.31)
75+
rubocop-rspec (2.18.1)
76+
rubocop (~> 1.33)
77+
rubocop-capybara (~> 2.17)
7478
ruby-progressbar (1.11.0)
75-
sqlite3 (1.4.4)
76-
tzinfo (2.0.4)
79+
sqlite3 (1.6.0)
80+
mini_portile2 (~> 2.8.0)
81+
tzinfo (2.0.6)
7782
concurrent-ruby (~> 1.0)
78-
unicode-display_width (2.2.0)
83+
unicode-display_width (2.4.2)
7984

8085
PLATFORMS
8186
ruby

Gemfile.rails6

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ gemspec
33

44
gem 'activesupport', '~> 6.1'
55
gem 'activerecord', '~> 6.1'
6+
gem 'mysql2'
7+
gem 'pg'
8+
gem 'rake'
9+
gem 'rspec'
10+
gem 'rubocop-bsm'
11+
gem 'sqlite3'

Gemfile.rails6.lock

+44-41
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,86 @@
11
PATH
22
remote: .
33
specs:
4-
activesupport_cache_database (0.3.0)
5-
activerecord (>= 5.0)
6-
activesupport (>= 5.0)
4+
activesupport_cache_database (0.3.1)
5+
activerecord (>= 6.0)
6+
activesupport (>= 6.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activemodel (6.1.6.1)
12-
activesupport (= 6.1.6.1)
13-
activerecord (6.1.6.1)
14-
activemodel (= 6.1.6.1)
15-
activesupport (= 6.1.6.1)
16-
activesupport (6.1.6.1)
11+
activemodel (6.1.7.2)
12+
activesupport (= 6.1.7.2)
13+
activerecord (6.1.7.2)
14+
activemodel (= 6.1.7.2)
15+
activesupport (= 6.1.7.2)
16+
activesupport (6.1.7.2)
1717
concurrent-ruby (~> 1.0, >= 1.0.2)
1818
i18n (>= 1.6, < 2)
1919
minitest (>= 5.1)
2020
tzinfo (~> 2.0)
2121
zeitwerk (~> 2.3)
2222
ast (2.4.2)
23-
concurrent-ruby (1.1.10)
23+
concurrent-ruby (1.2.0)
2424
diff-lcs (1.5.0)
25-
i18n (1.11.0)
25+
i18n (1.12.0)
2626
concurrent-ruby (~> 1.0)
27-
json (2.6.2)
28-
minitest (5.16.2)
29-
mysql2 (0.5.4)
27+
json (2.6.3)
28+
minitest (5.17.0)
29+
mysql2 (0.5.5)
3030
parallel (1.22.1)
31-
parser (3.1.2.0)
31+
parser (3.2.0.0)
3232
ast (~> 2.4.1)
33-
pg (1.4.1)
33+
pg (1.4.5)
3434
rainbow (3.1.1)
3535
rake (13.0.6)
36-
regexp_parser (2.5.0)
36+
regexp_parser (2.6.2)
3737
rexml (3.2.5)
38-
rspec (3.11.0)
39-
rspec-core (~> 3.11.0)
40-
rspec-expectations (~> 3.11.0)
41-
rspec-mocks (~> 3.11.0)
42-
rspec-core (3.11.0)
43-
rspec-support (~> 3.11.0)
44-
rspec-expectations (3.11.0)
38+
rspec (3.12.0)
39+
rspec-core (~> 3.12.0)
40+
rspec-expectations (~> 3.12.0)
41+
rspec-mocks (~> 3.12.0)
42+
rspec-core (3.12.0)
43+
rspec-support (~> 3.12.0)
44+
rspec-expectations (3.12.2)
4545
diff-lcs (>= 1.2.0, < 2.0)
46-
rspec-support (~> 3.11.0)
47-
rspec-mocks (3.11.1)
46+
rspec-support (~> 3.12.0)
47+
rspec-mocks (3.12.3)
4848
diff-lcs (>= 1.2.0, < 2.0)
49-
rspec-support (~> 3.11.0)
50-
rspec-support (3.11.0)
51-
rubocop (1.31.2)
49+
rspec-support (~> 3.12.0)
50+
rspec-support (3.12.0)
51+
rubocop (1.44.1)
5252
json (~> 2.3)
5353
parallel (~> 1.10)
54-
parser (>= 3.1.0.0)
54+
parser (>= 3.2.0.0)
5555
rainbow (>= 2.2.2, < 4.0)
5656
regexp_parser (>= 1.8, < 3.0)
5757
rexml (>= 3.2.5, < 4.0)
58-
rubocop-ast (>= 1.18.0, < 2.0)
58+
rubocop-ast (>= 1.24.1, < 2.0)
5959
ruby-progressbar (~> 1.7)
60-
unicode-display_width (>= 1.4.0, < 3.0)
61-
rubocop-ast (1.19.1)
60+
unicode-display_width (>= 2.4.0, < 3.0)
61+
rubocop-ast (1.24.1)
6262
parser (>= 3.1.1.0)
63-
rubocop-bsm (0.6.0)
63+
rubocop-bsm (0.6.1)
6464
rubocop (~> 1.0)
6565
rubocop-performance
6666
rubocop-rake
6767
rubocop-rspec
68-
rubocop-performance (1.14.2)
68+
rubocop-capybara (2.17.0)
69+
rubocop (~> 1.41)
70+
rubocop-performance (1.15.2)
6971
rubocop (>= 1.7.0, < 2.0)
7072
rubocop-ast (>= 0.4.0)
7173
rubocop-rake (0.6.0)
7274
rubocop (~> 1.0)
73-
rubocop-rspec (2.12.1)
74-
rubocop (~> 1.31)
75+
rubocop-rspec (2.18.1)
76+
rubocop (~> 1.33)
77+
rubocop-capybara (~> 2.17)
7578
ruby-progressbar (1.11.0)
76-
sqlite3 (1.4.4)
77-
tzinfo (2.0.4)
79+
sqlite3 (1.6.0-x86_64-linux)
80+
tzinfo (2.0.6)
7881
concurrent-ruby (~> 1.0)
79-
unicode-display_width (2.2.0)
80-
zeitwerk (2.6.0)
82+
unicode-display_width (2.4.2)
83+
zeitwerk (2.6.6)
8184

8285
PLATFORMS
8386
x86_64-linux

activesupport_cache_database.gemspec

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'activesupport_cache_database'
3-
s.version = '0.3.0'
3+
s.version = '0.3.1'
44
s.authors = ['Black Square Media Ltd']
55
s.email = ['[email protected]']
66
s.summary = %(ActiveSupport::Cache::Store implementation backed by ActiveRecord.)
@@ -16,11 +16,5 @@ Gem::Specification.new do |s|
1616
s.add_dependency 'activesupport', '>= 6.0'
1717

1818
s.add_development_dependency 'bundler'
19-
s.add_development_dependency 'mysql2'
20-
s.add_development_dependency 'pg'
21-
s.add_development_dependency 'rake'
22-
s.add_development_dependency 'rspec'
23-
s.add_development_dependency 'rubocop-bsm'
24-
s.add_development_dependency 'sqlite3'
2519
s.metadata['rubygems_mfa_required'] = 'true'
2620
end

0 commit comments

Comments
 (0)