grape-app 0.11.2 → 0.11.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile +1 -0
- data/Gemfile.lock +5 -4
- data/Gemfile.rails6 +1 -0
- data/Gemfile.rails6.lock +12 -9
- data/grape-app.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a31c608d02260732fe4045be694e876579d73ee4d82abecdadb3754efd58baf1
|
4
|
+
data.tar.gz: c2dcba2039bff17833e67b70bb38d8d362eef338b4c050b67e2a84d957a042d0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67fe5d4eb991f356639893a13d28e0ee3870387a122a68d5026a521f5b077ced3cdbee289f059ecb5c3e7687572bad5572cbf97932056e3b9913dfc34a60ca29
|
7
|
+
data.tar.gz: 7aa5cd52c437e2ae879d4841198342870562f71970a6959b73ca06f11eb362d6cc0dce8e520f2096b25027fac19e3ac8992f644aed75fefcb9d71b6417e0254a
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grape-app (0.11.
|
4
|
+
grape-app (0.11.3)
|
5
5
|
activesupport
|
6
6
|
grape (>= 1.7)
|
7
7
|
grape-entity
|
@@ -87,10 +87,10 @@ GEM
|
|
87
87
|
ast (~> 2.4.1)
|
88
88
|
racc
|
89
89
|
racc (1.7.3)
|
90
|
-
rack (3.0.
|
90
|
+
rack (3.0.9.1)
|
91
91
|
rack-accept (0.4.5)
|
92
92
|
rack (>= 0.4)
|
93
|
-
rack-cors (2.0.
|
93
|
+
rack-cors (2.0.0)
|
94
94
|
rack (>= 2.0.0)
|
95
95
|
rack-ssl-enforcer (0.2.9)
|
96
96
|
rack-test (2.1.0)
|
@@ -161,6 +161,7 @@ DEPENDENCIES
|
|
161
161
|
activejob
|
162
162
|
activerecord
|
163
163
|
grape-app!
|
164
|
+
rack-cors (= 2.0.0)
|
164
165
|
rack-test
|
165
166
|
rake
|
166
167
|
rspec
|
@@ -168,4 +169,4 @@ DEPENDENCIES
|
|
168
169
|
sqlite3
|
169
170
|
|
170
171
|
BUNDLED WITH
|
171
|
-
2.
|
172
|
+
2.4.22
|
data/Gemfile.rails6
CHANGED
data/Gemfile.rails6.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
grape-app (0.11.
|
4
|
+
grape-app (0.11.3)
|
5
5
|
activesupport
|
6
6
|
grape (>= 1.7)
|
7
7
|
grape-entity
|
@@ -30,10 +30,11 @@ GEM
|
|
30
30
|
zeitwerk (~> 2.3)
|
31
31
|
ast (2.4.2)
|
32
32
|
base64 (0.1.1)
|
33
|
+
bigdecimal (3.1.6)
|
33
34
|
builder (3.2.4)
|
34
35
|
concurrent-ruby (1.2.2)
|
35
36
|
diff-lcs (1.5.0)
|
36
|
-
dry-core (1.0.
|
37
|
+
dry-core (1.0.1)
|
37
38
|
concurrent-ruby (~> 1.0)
|
38
39
|
zeitwerk (~> 2.6)
|
39
40
|
dry-inflector (1.0.0)
|
@@ -41,7 +42,8 @@ GEM
|
|
41
42
|
concurrent-ruby (~> 1.0)
|
42
43
|
dry-core (~> 1.0, < 2)
|
43
44
|
zeitwerk (~> 2.6)
|
44
|
-
dry-types (1.7.
|
45
|
+
dry-types (1.7.2)
|
46
|
+
bigdecimal (~> 3.0)
|
45
47
|
concurrent-ruby (~> 1.0)
|
46
48
|
dry-core (~> 1.0)
|
47
49
|
dry-inflector (~> 1.0)
|
@@ -49,12 +51,12 @@ GEM
|
|
49
51
|
zeitwerk (~> 2.6)
|
50
52
|
globalid (1.1.0)
|
51
53
|
activesupport (>= 5.0)
|
52
|
-
grape (
|
53
|
-
activesupport
|
54
|
+
grape (2.0.0)
|
55
|
+
activesupport (>= 5)
|
54
56
|
builder
|
55
57
|
dry-types (>= 1.1)
|
56
58
|
mustermann-grape (~> 1.0.0)
|
57
|
-
rack (>= 1.3.0
|
59
|
+
rack (>= 1.3.0)
|
58
60
|
rack-accept
|
59
61
|
grape-entity (1.0.0)
|
60
62
|
activesupport (>= 3.0.0)
|
@@ -69,7 +71,7 @@ GEM
|
|
69
71
|
ruby2_keywords (~> 0.0.1)
|
70
72
|
mustermann-grape (1.0.2)
|
71
73
|
mustermann (>= 1.0.0)
|
72
|
-
openssl (3.
|
74
|
+
openssl (3.2.0)
|
73
75
|
parallel (1.23.0)
|
74
76
|
parser (3.2.2.3)
|
75
77
|
ast (~> 2.4.1)
|
@@ -78,7 +80,7 @@ GEM
|
|
78
80
|
rack (2.2.8)
|
79
81
|
rack-accept (0.4.5)
|
80
82
|
rack (>= 0.4)
|
81
|
-
rack-cors (2.0.
|
83
|
+
rack-cors (2.0.0)
|
82
84
|
rack (>= 2.0.0)
|
83
85
|
rack-ssl-enforcer (0.2.9)
|
84
86
|
rack-test (2.1.0)
|
@@ -135,7 +137,7 @@ GEM
|
|
135
137
|
ruby-progressbar (1.13.0)
|
136
138
|
ruby2_keywords (0.0.5)
|
137
139
|
sqlite3 (1.6.4-x86_64-linux)
|
138
|
-
thor (1.
|
140
|
+
thor (1.3.1)
|
139
141
|
tzinfo (2.0.6)
|
140
142
|
concurrent-ruby (~> 1.0)
|
141
143
|
unicode-display_width (2.4.2)
|
@@ -149,6 +151,7 @@ DEPENDENCIES
|
|
149
151
|
activerecord (~> 6.1)
|
150
152
|
activesupport (~> 6.1)
|
151
153
|
grape-app!
|
154
|
+
rack-cors (= 2.0.0)
|
152
155
|
rack-test
|
153
156
|
rake
|
154
157
|
rspec
|
data/grape-app.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grape-app
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Black Square Media Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-01
|
11
|
+
date: 2024-03-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|