Skip to content

Commit 780dee9

Browse files
committed
Update dependencies
1 parent 6d00341 commit 780dee9

1 file changed

Lines changed: 20 additions & 20 deletions

File tree

Gemfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
activesupport (8.0.2.1)
4+
activesupport (8.0.3)
55
base64
66
benchmark (>= 0.3)
77
bigdecimal
@@ -16,7 +16,7 @@ GEM
1616
uri (>= 0.13.1)
1717
base64 (0.3.0)
1818
benchmark (0.4.1)
19-
bigdecimal (3.2.3)
19+
bigdecimal (3.3.1)
2020
byebug (12.0.0)
2121
concurrent-ruby (1.3.5)
2222
config (5.6.1)
@@ -41,7 +41,7 @@ GEM
4141
multi_json
4242
ethon (0.17.0)
4343
ffi (>= 1.15.0)
44-
faraday (2.13.4)
44+
faraday (2.14.0)
4545
faraday-net_http (>= 2.0, < 3.5)
4646
json
4747
logger
@@ -55,17 +55,17 @@ GEM
5555
temple (>= 0.8.0)
5656
tilt
5757
http-accept (1.7.0)
58-
http-cookie (1.0.8)
58+
http-cookie (1.1.0)
5959
domain_name (~> 0.5)
6060
i18n (1.14.7)
6161
concurrent-ruby (~> 1.0)
62-
json (2.13.2)
62+
json (2.15.1)
6363
logger (1.7.0)
6464
mime-types (3.7.0)
6565
logger
6666
mime-types-data (~> 3.2025, >= 3.2025.0507)
67-
mime-types-data (3.2025.0909)
68-
minitest (5.25.5)
67+
mime-types-data (3.2025.0924)
68+
minitest (5.26.0)
6969
multi_json (1.17.0)
7070
mustermann (3.0.4)
7171
ruby2_keywords (~> 0.0.1)
@@ -77,15 +77,15 @@ GEM
7777
netrc (0.11.0)
7878
ostruct (0.6.3)
7979
pagy (9.4.0)
80-
passenger (6.0.27)
80+
passenger (6.1.0)
8181
rack (>= 1.6.13)
8282
rackup (>= 1.0.1)
8383
rake (>= 12.3.3)
8484
racc (1.8.1)
85-
rack (3.2.1)
85+
rack (3.2.3)
8686
rack-contrib (2.5.0)
8787
rack (< 4)
88-
rack-protection (4.1.1)
88+
rack-protection (4.2.1)
8989
base64 (>= 0.1.0)
9090
logger (>= 1.6.0)
9191
rack (>= 3.0.0, < 4)
@@ -103,41 +103,41 @@ GEM
103103
http-cookie (>= 1.0.2, < 2.0)
104104
mime-types (>= 1.16, < 4.0)
105105
netrc (~> 0.8)
106-
rspec (3.13.1)
106+
rspec (3.13.2)
107107
rspec-core (~> 3.13.0)
108108
rspec-expectations (~> 3.13.0)
109109
rspec-mocks (~> 3.13.0)
110-
rspec-core (3.13.5)
110+
rspec-core (3.13.6)
111111
rspec-support (~> 3.13.0)
112112
rspec-expectations (3.13.5)
113113
diff-lcs (>= 1.2.0, < 2.0)
114114
rspec-support (~> 3.13.0)
115-
rspec-mocks (3.13.5)
115+
rspec-mocks (3.13.6)
116116
diff-lcs (>= 1.2.0, < 2.0)
117117
rspec-support (~> 3.13.0)
118-
rspec-support (3.13.5)
118+
rspec-support (3.13.6)
119119
ruby2_keywords (0.0.5)
120120
securerandom (0.4.1)
121-
sinatra (4.1.1)
121+
sinatra (4.2.1)
122122
logger (>= 1.6.0)
123123
mustermann (~> 3.0)
124124
rack (>= 3.0.0, < 4)
125-
rack-protection (= 4.1.1)
125+
rack-protection (= 4.2.1)
126126
rack-session (>= 2.0.0, < 3)
127127
tilt (~> 2.0)
128-
sinatra-contrib (4.1.1)
128+
sinatra-contrib (4.2.1)
129129
multi_json (>= 0.0.2)
130130
mustermann (~> 3.0)
131-
rack-protection (= 4.1.1)
132-
sinatra (= 4.1.1)
131+
rack-protection (= 4.2.1)
132+
sinatra (= 4.2.1)
133133
tilt (~> 2.0)
134134
temple (0.10.4)
135135
tilt (2.6.1)
136136
typhoeus (1.4.1)
137137
ethon (>= 0.9.0)
138138
tzinfo (2.0.6)
139139
concurrent-ruby (~> 1.0)
140-
uri (1.0.3)
140+
uri (1.0.4)
141141
webrick (1.9.1)
142142

143143
PLATFORMS

0 commit comments

Comments
 (0)