Skip to content

Commit 07b4828

Browse files
committed
Update to Ruby 3.1.7 and update gems
1 parent caa530c commit 07b4828

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-3.1.6
1+
ruby-3.1.7

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ GEM
4343
specs:
4444
addressable (2.8.7)
4545
public_suffix (>= 2.0.2, < 7.0)
46-
base64 (0.2.0)
46+
base64 (0.3.0)
4747
bcrypt (3.1.20)
4848
bcrypt-ruby (3.1.5)
4949
bcrypt (>= 3.1.3)
@@ -67,7 +67,7 @@ GEM
6767
dm-validations (~> 1.2.0)
6868
data_objects (0.10.17)
6969
addressable (~> 2.1)
70-
diff-lcs (1.6.0)
70+
diff-lcs (1.6.2)
7171
dm-aggregates (1.2.0)
7272
dm-core (~> 1.2.0)
7373
dm-constraints (1.2.0)
@@ -100,43 +100,43 @@ GEM
100100
haml (5.2.2)
101101
temple (>= 0.8.0)
102102
tilt
103-
json (2.10.1)
103+
json (2.12.2)
104104
json_pure (2.8.1)
105105
method_source (1.1.0)
106106
multi_json (1.15.0)
107107
mustermann (3.0.3)
108108
ruby2_keywords (~> 0.0.1)
109-
nokogiri (1.18.3-x86_64-linux-gnu)
109+
nokogiri (1.18.8-x86_64-linux-gnu)
110110
racc (~> 1.4)
111111
pry (0.15.2)
112112
coderay (~> 1.1)
113113
method_source (~> 1.0)
114-
public_suffix (6.0.1)
114+
public_suffix (6.0.2)
115115
raabro (1.4.0)
116116
racc (1.8.1)
117-
rack (2.2.11)
117+
rack (2.2.16)
118118
rack-mobile-detect (0.4.0)
119119
rack
120120
rack-protection (3.2.0)
121121
base64 (>= 0.1.0)
122122
rack (~> 2.2, >= 2.2.4)
123123
rack-test (2.2.0)
124124
rack (>= 1.3)
125-
rake (13.2.1)
125+
rake (13.3.0)
126126
rexml (3.4.1)
127-
rspec (3.13.0)
127+
rspec (3.13.1)
128128
rspec-core (~> 3.13.0)
129129
rspec-expectations (~> 3.13.0)
130130
rspec-mocks (~> 3.13.0)
131-
rspec-core (3.13.3)
131+
rspec-core (3.13.4)
132132
rspec-support (~> 3.13.0)
133-
rspec-expectations (3.13.3)
133+
rspec-expectations (3.13.5)
134134
diff-lcs (>= 1.2.0, < 2.0)
135135
rspec-support (~> 3.13.0)
136-
rspec-mocks (3.13.2)
136+
rspec-mocks (3.13.5)
137137
diff-lcs (>= 1.2.0, < 2.0)
138138
rspec-support (~> 3.13.0)
139-
rspec-support (3.13.2)
139+
rspec-support (3.13.4)
140140
ruby2_keywords (0.0.5)
141141
rufus-scheduler (3.9.2)
142142
fugit (~> 1.1, >= 1.11.1)

0 commit comments

Comments
 (0)