bullet_train-roles 1.42.1 → 1.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +6 -1
- data/lib/bullet_train/roles/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ad43ab7a6857e891ca5326fb7c66963e4815dbf855700cd8c469501303e3086
|
|
4
|
+
data.tar.gz: 9eeb5c1b733fe5789f322be3b8607dbae3659ca9860151447273571c92073a6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 258eaabdeb9b87c1a3b8a3eb5cedef53c25483f8559194e473a8d0863beaa1e775abac45307af6a2b5f236f0ddc039c0300948d8b574a7f5a1c9abd211fcbdd5
|
|
7
|
+
data.tar.gz: d69af5c965c59928a159ada7ec91b85d30768b33c21eb7db9372038396bb529ab1dd9ba4a165a50995be0ea8a3459eb89335f9cfa477f231f4ad09c983695e39
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
bullet_train-roles (1.
|
|
4
|
+
bullet_train-roles (1.43.0)
|
|
5
5
|
active_hash (~> 3.3.1)
|
|
6
6
|
activesupport
|
|
7
7
|
cancancan
|
|
@@ -123,6 +123,7 @@ GEM
|
|
|
123
123
|
net-smtp
|
|
124
124
|
marcel (1.0.4)
|
|
125
125
|
mini_mime (1.1.5)
|
|
126
|
+
mini_portile2 (2.8.9)
|
|
126
127
|
minitest (5.25.5)
|
|
127
128
|
minitest-reporters (1.7.1)
|
|
128
129
|
ansi
|
|
@@ -139,6 +140,9 @@ GEM
|
|
|
139
140
|
net-smtp (0.5.1)
|
|
140
141
|
net-protocol
|
|
141
142
|
nio4r (2.7.4)
|
|
143
|
+
nokogiri (1.19.1)
|
|
144
|
+
mini_portile2 (~> 2.8.2)
|
|
145
|
+
racc (~> 1.4)
|
|
142
146
|
nokogiri (1.19.1-arm64-darwin)
|
|
143
147
|
racc (~> 1.4)
|
|
144
148
|
nokogiri (1.19.1-x86_64-darwin)
|
|
@@ -252,6 +256,7 @@ PLATFORMS
|
|
|
252
256
|
arm64-darwin-22
|
|
253
257
|
arm64-darwin-23
|
|
254
258
|
arm64-darwin-24
|
|
259
|
+
ruby
|
|
255
260
|
x86_64-darwin-21
|
|
256
261
|
x86_64-linux
|
|
257
262
|
|