rails-acu 4.0.1 → 4.0.2
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 +14 -14
- data/lib/acu/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: 488e37dbff4014ce568d5483945250b297566ed6d476f9960baad19550fa6007
|
4
|
+
data.tar.gz: fe8e0459c7f6c299414e38f6a4c15f9a16e61d4a42635e6aef1ef18bd814bbb4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3dbae57aa24057b748775922ce69847d870f2b85cf4582b61c9ea28092e16a84108a3918c40cede0fa41237486710065878a859c25519e96c108a34f383cb005
|
7
|
+
data.tar.gz: e087cd36811128dc9f6a6b0730c49313ea450930abdc7327f861f21b733d1f5e3adf8727427a09256de5b4af1335ed53ebb65a283b182b98f761ee9e69a549a6
|
data/Gemfile.lock
CHANGED
@@ -21,7 +21,7 @@ GIT
|
|
21
21
|
PATH
|
22
22
|
remote: .
|
23
23
|
specs:
|
24
|
-
rails-acu (4.0.
|
24
|
+
rails-acu (4.0.1)
|
25
25
|
rails (~> 6.0, >= 6.0.0)
|
26
26
|
|
27
27
|
GEM
|
@@ -86,7 +86,7 @@ GEM
|
|
86
86
|
builder (3.2.3)
|
87
87
|
byebug (11.0.1)
|
88
88
|
concurrent-ruby (1.1.5)
|
89
|
-
crass (1.0.
|
89
|
+
crass (1.0.5)
|
90
90
|
devise (4.7.1)
|
91
91
|
bcrypt (~> 3.0)
|
92
92
|
orm_adapter (~> 0.1)
|
@@ -97,13 +97,13 @@ GEM
|
|
97
97
|
erubi (1.9.0)
|
98
98
|
globalid (0.4.2)
|
99
99
|
activesupport (>= 4.2.0)
|
100
|
-
i18n (1.
|
100
|
+
i18n (1.7.0)
|
101
101
|
concurrent-ruby (~> 1.0)
|
102
102
|
jquery-rails (4.3.5)
|
103
103
|
rails-dom-testing (>= 1, < 3)
|
104
104
|
railties (>= 4.2.0)
|
105
105
|
thor (>= 0.14, < 2.0)
|
106
|
-
loofah (2.3.
|
106
|
+
loofah (2.3.1)
|
107
107
|
crass (~> 1.0.2)
|
108
108
|
nokogiri (>= 1.5.9)
|
109
109
|
mail (2.7.1)
|
@@ -144,8 +144,8 @@ GEM
|
|
144
144
|
rails-dom-testing (2.0.3)
|
145
145
|
activesupport (>= 4.2.0)
|
146
146
|
nokogiri (>= 1.6)
|
147
|
-
rails-html-sanitizer (1.
|
148
|
-
loofah (~> 2.
|
147
|
+
rails-html-sanitizer (1.3.0)
|
148
|
+
loofah (~> 2.3)
|
149
149
|
railties (6.0.0)
|
150
150
|
actionpack (= 6.0.0)
|
151
151
|
activesupport (= 6.0.0)
|
@@ -156,15 +156,15 @@ GEM
|
|
156
156
|
responders (3.0.0)
|
157
157
|
actionpack (>= 5.0)
|
158
158
|
railties (>= 5.0)
|
159
|
-
rspec-core (3.
|
160
|
-
rspec-support (~> 3.
|
161
|
-
rspec-expectations (3.
|
159
|
+
rspec-core (3.9.0)
|
160
|
+
rspec-support (~> 3.9.0)
|
161
|
+
rspec-expectations (3.9.0)
|
162
162
|
diff-lcs (>= 1.2.0, < 2.0)
|
163
|
-
rspec-support (~> 3.
|
164
|
-
rspec-mocks (3.
|
163
|
+
rspec-support (~> 3.9.0)
|
164
|
+
rspec-mocks (3.9.0)
|
165
165
|
diff-lcs (>= 1.2.0, < 2.0)
|
166
|
-
rspec-support (~> 3.
|
167
|
-
rspec-support (3.
|
166
|
+
rspec-support (~> 3.9.0)
|
167
|
+
rspec-support (3.9.0)
|
168
168
|
sprockets (3.7.2)
|
169
169
|
concurrent-ruby (~> 1.0)
|
170
170
|
rack (> 1, < 3)
|
@@ -182,7 +182,7 @@ GEM
|
|
182
182
|
websocket-driver (0.7.1)
|
183
183
|
websocket-extensions (>= 0.1.0)
|
184
184
|
websocket-extensions (0.1.4)
|
185
|
-
zeitwerk (2.
|
185
|
+
zeitwerk (2.2.0)
|
186
186
|
|
187
187
|
PLATFORMS
|
188
188
|
ruby
|
data/lib/acu/version.rb
CHANGED