versioncake 4.0.0 → 4.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 696e791d2898b34ffbe47306b0e7c2aad37dc5a3e9e6b0591805b5b6dd195d13
4
- data.tar.gz: e570aacf53b0bd9fc7342d3a308b84567024771e2b894cd27dc5e740479e8bba
3
+ metadata.gz: c28742633edb48e13093a74e010316365fc417563994b38b43e1056e73ca965b
4
+ data.tar.gz: 61761ed6ac28e63414b76f4d875279d6730eebe60122ab8f3fb9086702ab82fd
5
5
  SHA512:
6
- metadata.gz: 78c9959d5e58a4b19a383722e3a002b17025778570f3ff7deff0136b568b5848cb7f5e707c450092f97afe7ea067da551e3e6aa1fbabebd2c3b522a9e4ebdc3f
7
- data.tar.gz: e622bf39372ccbf1c00c7fad62f818c287fb68b218461cccef484924b2943d786443971af0dfdf11acdcb5e1a1ddb477f304bab2b7696107dfd5631b87485301
6
+ metadata.gz: 52b8d6e37c588b74b094143909ca1a52d9c48f2f39e4e41c08e24d6bc54da5ab5d48ca9c0ab2bea633b34bd562edc5d81cfca5b8cba894d752934dc664778b9d
7
+ data.tar.gz: 99555825b0accf9dfbbd923976033ce5a758f620b693aa730a8b3a34832f0ddd172dbec02ffea81847277e83ac3706ec0edc350be784a71c632c0ae379a1b562
@@ -11,7 +11,19 @@ Enhancements:
11
11
  * None
12
12
 
13
13
  Deprecations:
14
+ * None
15
+
16
+ ## 4.0.1 (March 11, 2020)
17
+
18
+ Bug Fixes:
19
+
20
+ * Dependencies not set properly for Rails 6 (#87)
14
21
 
22
+ Enhancements:
23
+
24
+ * None
25
+
26
+ Deprecations:
15
27
  * None
16
28
 
17
29
  ## 4.0.0 (March 10, 2020)
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- versioncake (4.0.0)
5
- actionpack (~> 5.0)
6
- activesupport (~> 5.0)
7
- railties (~> 5.0)
8
- tzinfo (~> 1.2)
4
+ versioncake (4.0.1)
5
+ actionpack (> 5.0)
6
+ activesupport (> 5.0)
7
+ railties (> 5.0)
8
+ tzinfo (> 1.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
@@ -110,7 +110,7 @@ PLATFORMS
110
110
  DEPENDENCIES
111
111
  appraisal (~> 2.2)
112
112
  coveralls (~> 0.8)
113
- rake (~> 13.0)
113
+ rake (> 12.0)
114
114
  rspec (~> 3.6)
115
115
  rspec-rails (~> 3.6)
116
116
  versioncake!
@@ -1,106 +1,109 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- versioncake (3.4.0)
5
- actionpack (>= 5.0)
6
- activesupport (>= 5.0)
7
- railties (>= 5.0)
8
- tzinfo
4
+ versioncake (4.0.1)
5
+ actionpack (> 5.0)
6
+ activesupport (> 5.0)
7
+ railties (> 5.0)
8
+ tzinfo (> 1.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (5.0.0)
14
- actionview (= 5.0.0)
15
- activesupport (= 5.0.0)
13
+ actionpack (5.0.7.2)
14
+ actionview (= 5.0.7.2)
15
+ activesupport (= 5.0.7.2)
16
16
  rack (~> 2.0)
17
17
  rack-test (~> 0.6.3)
18
18
  rails-dom-testing (~> 2.0)
19
19
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
20
- actionview (5.0.0)
21
- activesupport (= 5.0.0)
20
+ actionview (5.0.7.2)
21
+ activesupport (= 5.0.7.2)
22
22
  builder (~> 3.1)
23
23
  erubis (~> 2.7.0)
24
24
  rails-dom-testing (~> 2.0)
25
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
26
- activesupport (5.0.0)
25
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
+ activesupport (5.0.7.2)
27
27
  concurrent-ruby (~> 1.0, >= 1.0.2)
28
- i18n (~> 0.7)
28
+ i18n (>= 0.7, < 2)
29
29
  minitest (~> 5.1)
30
30
  tzinfo (~> 1.1)
31
- appraisal (2.1.0)
31
+ appraisal (2.2.0)
32
32
  bundler
33
33
  rake
34
34
  thor (>= 0.14.0)
35
- builder (3.2.2)
36
- concurrent-ruby (1.0.2)
37
- coveralls (0.8.15)
35
+ builder (3.2.4)
36
+ concurrent-ruby (1.1.6)
37
+ coveralls (0.8.23)
38
38
  json (>= 1.8, < 3)
39
- simplecov (~> 0.12.0)
39
+ simplecov (~> 0.16.1)
40
40
  term-ansicolor (~> 1.3)
41
- thor (~> 0.19.1)
42
- tins (>= 1.6.0, < 2)
43
- diff-lcs (1.2.5)
44
- docile (1.1.5)
41
+ thor (>= 0.19.4, < 2.0)
42
+ tins (~> 1.6)
43
+ crass (1.0.6)
44
+ diff-lcs (1.3)
45
+ docile (1.3.2)
45
46
  erubis (2.7.0)
46
- i18n (0.7.0)
47
- json (2.0.2)
48
- loofah (2.0.3)
47
+ i18n (1.8.2)
48
+ concurrent-ruby (~> 1.0)
49
+ json (2.3.0)
50
+ loofah (2.4.0)
51
+ crass (~> 1.0.2)
49
52
  nokogiri (>= 1.5.9)
50
- method_source (0.8.2)
51
- mini_portile2 (2.1.0)
52
- minitest (5.9.0)
53
- nokogiri (1.6.8)
54
- mini_portile2 (~> 2.1.0)
55
- pkg-config (~> 1.1.7)
56
- pkg-config (1.1.7)
57
- rack (2.0.1)
53
+ method_source (0.9.2)
54
+ mini_portile2 (2.4.0)
55
+ minitest (5.14.0)
56
+ nokogiri (1.10.9)
57
+ mini_portile2 (~> 2.4.0)
58
+ rack (2.2.2)
58
59
  rack-test (0.6.3)
59
60
  rack (>= 1.0)
60
- rails-dom-testing (2.0.1)
61
- activesupport (>= 4.2.0, < 6.0)
62
- nokogiri (~> 1.6.0)
63
- rails-html-sanitizer (1.0.3)
64
- loofah (~> 2.0)
65
- railties (5.0.0)
66
- actionpack (= 5.0.0)
67
- activesupport (= 5.0.0)
61
+ rails-dom-testing (2.0.3)
62
+ activesupport (>= 4.2.0)
63
+ nokogiri (>= 1.6)
64
+ rails-html-sanitizer (1.3.0)
65
+ loofah (~> 2.3)
66
+ railties (5.0.7.2)
67
+ actionpack (= 5.0.7.2)
68
+ activesupport (= 5.0.7.2)
68
69
  method_source
69
70
  rake (>= 0.8.7)
70
71
  thor (>= 0.18.1, < 2.0)
71
- rake (11.2.2)
72
- rspec (3.5.0)
73
- rspec-core (~> 3.5.0)
74
- rspec-expectations (~> 3.5.0)
75
- rspec-mocks (~> 3.5.0)
76
- rspec-core (3.5.2)
77
- rspec-support (~> 3.5.0)
78
- rspec-expectations (3.5.0)
72
+ rake (13.0.1)
73
+ rspec (3.9.0)
74
+ rspec-core (~> 3.9.0)
75
+ rspec-expectations (~> 3.9.0)
76
+ rspec-mocks (~> 3.9.0)
77
+ rspec-core (3.9.1)
78
+ rspec-support (~> 3.9.1)
79
+ rspec-expectations (3.9.0)
79
80
  diff-lcs (>= 1.2.0, < 2.0)
80
- rspec-support (~> 3.5.0)
81
- rspec-mocks (3.5.0)
81
+ rspec-support (~> 3.9.0)
82
+ rspec-mocks (3.9.1)
82
83
  diff-lcs (>= 1.2.0, < 2.0)
83
- rspec-support (~> 3.5.0)
84
- rspec-rails (3.5.1)
84
+ rspec-support (~> 3.9.0)
85
+ rspec-rails (3.9.1)
85
86
  actionpack (>= 3.0)
86
87
  activesupport (>= 3.0)
87
88
  railties (>= 3.0)
88
- rspec-core (~> 3.5.0)
89
- rspec-expectations (~> 3.5.0)
90
- rspec-mocks (~> 3.5.0)
91
- rspec-support (~> 3.5.0)
92
- rspec-support (3.5.0)
93
- simplecov (0.12.0)
94
- docile (~> 1.1.0)
89
+ rspec-core (~> 3.9.0)
90
+ rspec-expectations (~> 3.9.0)
91
+ rspec-mocks (~> 3.9.0)
92
+ rspec-support (~> 3.9.0)
93
+ rspec-support (3.9.2)
94
+ simplecov (0.16.1)
95
+ docile (~> 1.1)
95
96
  json (>= 1.8, < 3)
96
97
  simplecov-html (~> 0.10.0)
97
- simplecov-html (0.10.0)
98
- term-ansicolor (1.3.2)
98
+ simplecov-html (0.10.2)
99
+ sync (0.5.0)
100
+ term-ansicolor (1.7.1)
99
101
  tins (~> 1.0)
100
- thor (0.19.1)
101
- thread_safe (0.3.5)
102
- tins (1.12.0)
103
- tzinfo (1.2.2)
102
+ thor (1.0.1)
103
+ thread_safe (0.3.6)
104
+ tins (1.24.1)
105
+ sync
106
+ tzinfo (1.2.6)
104
107
  thread_safe (~> 0.1)
105
108
 
106
109
  PLATFORMS
@@ -109,12 +112,12 @@ PLATFORMS
109
112
  DEPENDENCIES
110
113
  actionpack (~> 5.0.0)
111
114
  activesupport (~> 5.0.0)
112
- appraisal
113
- coveralls
115
+ appraisal (~> 2.2)
116
+ coveralls (~> 0.8)
114
117
  railties (~> 5.0.0)
115
- rake
116
- rspec
117
- rspec-rails
118
+ rake (> 12.0)
119
+ rspec (~> 3.6)
120
+ rspec-rails (~> 3.6)
118
121
  versioncake!
119
122
 
120
123
  BUNDLED WITH
@@ -1,29 +1,29 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- versioncake (3.4.0)
5
- actionpack (>= 5.0)
6
- activesupport (>= 5.0)
7
- railties (>= 5.0)
8
- tzinfo
4
+ versioncake (4.0.1)
5
+ actionpack (> 5.0)
6
+ activesupport (> 5.0)
7
+ railties (> 5.0)
8
+ tzinfo (> 1.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- actionpack (5.2.3)
14
- actionview (= 5.2.3)
15
- activesupport (= 5.2.3)
16
- rack (~> 2.0)
13
+ actionpack (5.2.4.1)
14
+ actionview (= 5.2.4.1)
15
+ activesupport (= 5.2.4.1)
16
+ rack (~> 2.0, >= 2.0.8)
17
17
  rack-test (>= 0.6.3)
18
18
  rails-dom-testing (~> 2.0)
19
19
  rails-html-sanitizer (~> 1.0, >= 1.0.2)
20
- actionview (5.2.3)
21
- activesupport (= 5.2.3)
20
+ actionview (5.2.4.1)
21
+ activesupport (= 5.2.4.1)
22
22
  builder (~> 3.1)
23
23
  erubi (~> 1.4)
24
24
  rails-dom-testing (~> 2.0)
25
25
  rails-html-sanitizer (~> 1.0, >= 1.0.3)
26
- activesupport (5.2.3)
26
+ activesupport (5.2.4.1)
27
27
  concurrent-ruby (~> 1.0, >= 1.0.2)
28
28
  i18n (>= 0.7, < 2)
29
29
  minitest (~> 5.1)
@@ -34,19 +34,19 @@ GEM
34
34
  thor (>= 0.14.0)
35
35
  builder (3.2.4)
36
36
  concurrent-ruby (1.1.6)
37
- coveralls (0.8.21)
37
+ coveralls (0.8.23)
38
38
  json (>= 1.8, < 3)
39
- simplecov (~> 0.14.1)
39
+ simplecov (~> 0.16.1)
40
40
  term-ansicolor (~> 1.3)
41
- thor (~> 0.19.4)
41
+ thor (>= 0.19.4, < 2.0)
42
42
  tins (~> 1.6)
43
43
  crass (1.0.6)
44
44
  diff-lcs (1.3)
45
- docile (1.1.5)
45
+ docile (1.3.2)
46
46
  erubi (1.9.0)
47
47
  i18n (1.8.2)
48
48
  concurrent-ruby (~> 1.0)
49
- json (2.2.0)
49
+ json (2.3.0)
50
50
  loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
@@ -63,44 +63,46 @@ GEM
63
63
  nokogiri (>= 1.6)
64
64
  rails-html-sanitizer (1.3.0)
65
65
  loofah (~> 2.3)
66
- railties (5.2.3)
67
- actionpack (= 5.2.3)
68
- activesupport (= 5.2.3)
66
+ railties (5.2.4.1)
67
+ actionpack (= 5.2.4.1)
68
+ activesupport (= 5.2.4.1)
69
69
  method_source
70
70
  rake (>= 0.8.7)
71
71
  thor (>= 0.19.0, < 2.0)
72
72
  rake (13.0.1)
73
- rspec (3.7.0)
74
- rspec-core (~> 3.7.0)
75
- rspec-expectations (~> 3.7.0)
76
- rspec-mocks (~> 3.7.0)
77
- rspec-core (3.7.1)
78
- rspec-support (~> 3.7.0)
79
- rspec-expectations (3.7.0)
73
+ rspec (3.9.0)
74
+ rspec-core (~> 3.9.0)
75
+ rspec-expectations (~> 3.9.0)
76
+ rspec-mocks (~> 3.9.0)
77
+ rspec-core (3.9.1)
78
+ rspec-support (~> 3.9.1)
79
+ rspec-expectations (3.9.0)
80
80
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.7.0)
82
- rspec-mocks (3.7.0)
81
+ rspec-support (~> 3.9.0)
82
+ rspec-mocks (3.9.1)
83
83
  diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.7.0)
85
- rspec-rails (3.7.2)
84
+ rspec-support (~> 3.9.0)
85
+ rspec-rails (3.9.1)
86
86
  actionpack (>= 3.0)
87
87
  activesupport (>= 3.0)
88
88
  railties (>= 3.0)
89
- rspec-core (~> 3.7.0)
90
- rspec-expectations (~> 3.7.0)
91
- rspec-mocks (~> 3.7.0)
92
- rspec-support (~> 3.7.0)
93
- rspec-support (3.7.1)
94
- simplecov (0.14.1)
95
- docile (~> 1.1.0)
89
+ rspec-core (~> 3.9.0)
90
+ rspec-expectations (~> 3.9.0)
91
+ rspec-mocks (~> 3.9.0)
92
+ rspec-support (~> 3.9.0)
93
+ rspec-support (3.9.2)
94
+ simplecov (0.16.1)
95
+ docile (~> 1.1)
96
96
  json (>= 1.8, < 3)
97
97
  simplecov-html (~> 0.10.0)
98
98
  simplecov-html (0.10.2)
99
- term-ansicolor (1.6.0)
99
+ sync (0.5.0)
100
+ term-ansicolor (1.7.1)
100
101
  tins (~> 1.0)
101
- thor (0.19.4)
102
+ thor (1.0.1)
102
103
  thread_safe (0.3.6)
103
- tins (1.15.0)
104
+ tins (1.24.1)
105
+ sync
104
106
  tzinfo (1.2.6)
105
107
  thread_safe (~> 0.1)
106
108
 
@@ -110,12 +112,12 @@ PLATFORMS
110
112
  DEPENDENCIES
111
113
  actionpack (~> 5.2.0)
112
114
  activesupport (~> 5.2.0)
113
- appraisal
114
- coveralls
115
+ appraisal (~> 2.2)
116
+ coveralls (~> 0.8)
115
117
  railties (~> 5.2.0)
116
- rake
117
- rspec
118
- rspec-rails
118
+ rake (> 12.0)
119
+ rspec (~> 3.6)
120
+ rspec-rails (~> 3.6)
119
121
  versioncake!
120
122
 
121
123
  BUNDLED WITH
@@ -1,11 +1,11 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- versioncake (3.4.0)
5
- actionpack (>= 5.0)
6
- activesupport (>= 5.0)
7
- railties (>= 5.0)
8
- tzinfo
4
+ versioncake (4.0.1)
5
+ actionpack (> 5.0)
6
+ activesupport (> 5.0)
7
+ railties (> 5.0)
8
+ tzinfo (> 1.2)
9
9
 
10
10
  GEM
11
11
  remote: https://rubygems.org/
@@ -34,19 +34,19 @@ GEM
34
34
  thor (>= 0.14.0)
35
35
  builder (3.2.4)
36
36
  concurrent-ruby (1.1.6)
37
- coveralls (0.8.21)
37
+ coveralls (0.8.23)
38
38
  json (>= 1.8, < 3)
39
- simplecov (~> 0.14.1)
39
+ simplecov (~> 0.16.1)
40
40
  term-ansicolor (~> 1.3)
41
- thor (~> 0.19.4)
41
+ thor (>= 0.19.4, < 2.0)
42
42
  tins (~> 1.6)
43
43
  crass (1.0.6)
44
44
  diff-lcs (1.3)
45
- docile (1.1.5)
45
+ docile (1.3.2)
46
46
  erubi (1.9.0)
47
47
  i18n (1.8.2)
48
48
  concurrent-ruby (~> 1.0)
49
- json (2.2.0)
49
+ json (2.3.0)
50
50
  loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
@@ -70,37 +70,39 @@ GEM
70
70
  rake (>= 0.8.7)
71
71
  thor (>= 0.19.0, < 2.0)
72
72
  rake (13.0.1)
73
- rspec (3.7.0)
74
- rspec-core (~> 3.7.0)
75
- rspec-expectations (~> 3.7.0)
76
- rspec-mocks (~> 3.7.0)
77
- rspec-core (3.7.1)
78
- rspec-support (~> 3.7.0)
79
- rspec-expectations (3.7.0)
73
+ rspec (3.9.0)
74
+ rspec-core (~> 3.9.0)
75
+ rspec-expectations (~> 3.9.0)
76
+ rspec-mocks (~> 3.9.0)
77
+ rspec-core (3.9.1)
78
+ rspec-support (~> 3.9.1)
79
+ rspec-expectations (3.9.0)
80
80
  diff-lcs (>= 1.2.0, < 2.0)
81
- rspec-support (~> 3.7.0)
82
- rspec-mocks (3.7.0)
81
+ rspec-support (~> 3.9.0)
82
+ rspec-mocks (3.9.1)
83
83
  diff-lcs (>= 1.2.0, < 2.0)
84
- rspec-support (~> 3.7.0)
85
- rspec-rails (3.7.2)
84
+ rspec-support (~> 3.9.0)
85
+ rspec-rails (3.9.1)
86
86
  actionpack (>= 3.0)
87
87
  activesupport (>= 3.0)
88
88
  railties (>= 3.0)
89
- rspec-core (~> 3.7.0)
90
- rspec-expectations (~> 3.7.0)
91
- rspec-mocks (~> 3.7.0)
92
- rspec-support (~> 3.7.0)
93
- rspec-support (3.7.1)
94
- simplecov (0.14.1)
95
- docile (~> 1.1.0)
89
+ rspec-core (~> 3.9.0)
90
+ rspec-expectations (~> 3.9.0)
91
+ rspec-mocks (~> 3.9.0)
92
+ rspec-support (~> 3.9.0)
93
+ rspec-support (3.9.2)
94
+ simplecov (0.16.1)
95
+ docile (~> 1.1)
96
96
  json (>= 1.8, < 3)
97
97
  simplecov-html (~> 0.10.0)
98
98
  simplecov-html (0.10.2)
99
- term-ansicolor (1.6.0)
99
+ sync (0.5.0)
100
+ term-ansicolor (1.7.1)
100
101
  tins (~> 1.0)
101
- thor (0.19.4)
102
+ thor (1.0.1)
102
103
  thread_safe (0.3.6)
103
- tins (1.15.0)
104
+ tins (1.24.1)
105
+ sync
104
106
  tzinfo (1.2.6)
105
107
  thread_safe (~> 0.1)
106
108
 
@@ -110,12 +112,12 @@ PLATFORMS
110
112
  DEPENDENCIES
111
113
  actionpack (~> 5.2.0)
112
114
  activesupport (~> 5.2.0)
113
- appraisal
114
- coveralls
115
+ appraisal (~> 2.2)
116
+ coveralls (~> 0.8)
115
117
  railties (~> 5.2.0)
116
- rake
117
- rspec
118
- rspec-rails
118
+ rake (> 12.0)
119
+ rspec (~> 3.6)
120
+ rspec-rails (~> 3.6)
119
121
  versioncake!
120
122
 
121
123
  BUNDLED WITH
@@ -1,3 +1,3 @@
1
1
  module VersionCake
2
- VERSION = '4.0.0'
2
+ VERSION = '4.0.1'
3
3
  end
@@ -19,14 +19,14 @@ Gem::Specification.new do |s|
19
19
 
20
20
  s.required_ruby_version = '>= 1.9.2'
21
21
 
22
- s.add_dependency('actionpack', '~> 5.0')
23
- s.add_dependency('activesupport', '~> 5.0')
24
- s.add_dependency('railties', '~> 5.0')
25
- s.add_dependency('tzinfo', '~> 1.2')
22
+ s.add_dependency('actionpack', '> 5.0')
23
+ s.add_dependency('activesupport', '> 5.0')
24
+ s.add_dependency('railties', '> 5.0')
25
+ s.add_dependency('tzinfo', '> 1.2')
26
26
 
27
27
  s.add_development_dependency 'appraisal', '~> 2.2'
28
28
  s.add_development_dependency 'coveralls', '~> 0.8'
29
- s.add_development_dependency 'rake', '~> 13.0'
29
+ s.add_development_dependency 'rake', '> 12.0'
30
30
 
31
31
  s.add_development_dependency 'rspec', '~> 3.6'
32
32
  s.add_development_dependency 'rspec-rails', '~> 3.6'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: versioncake
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jim Jones
@@ -9,62 +9,62 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-03-11 00:00:00.000000000 Z
12
+ date: 2020-03-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionpack
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '5.0'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - "~>"
25
+ - - ">"
26
26
  - !ruby/object:Gem::Version
27
27
  version: '5.0'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: activesupport
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - "~>"
32
+ - - ">"
33
33
  - !ruby/object:Gem::Version
34
34
  version: '5.0'
35
35
  type: :runtime
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - "~>"
39
+ - - ">"
40
40
  - !ruby/object:Gem::Version
41
41
  version: '5.0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: railties
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ">"
47
47
  - !ruby/object:Gem::Version
48
48
  version: '5.0'
49
49
  type: :runtime
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - "~>"
53
+ - - ">"
54
54
  - !ruby/object:Gem::Version
55
55
  version: '5.0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: tzinfo
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - "~>"
60
+ - - ">"
61
61
  - !ruby/object:Gem::Version
62
62
  version: '1.2'
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - "~>"
67
+ - - ">"
68
68
  - !ruby/object:Gem::Version
69
69
  version: '1.2'
70
70
  - !ruby/object:Gem::Dependency
@@ -99,16 +99,16 @@ dependencies:
99
99
  name: rake
100
100
  requirement: !ruby/object:Gem::Requirement
101
101
  requirements:
102
- - - "~>"
102
+ - - ">"
103
103
  - !ruby/object:Gem::Version
104
- version: '13.0'
104
+ version: '12.0'
105
105
  type: :development
106
106
  prerelease: false
107
107
  version_requirements: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - "~>"
109
+ - - ">"
110
110
  - !ruby/object:Gem::Version
111
- version: '13.0'
111
+ version: '12.0'
112
112
  - !ruby/object:Gem::Dependency
113
113
  name: rspec
114
114
  requirement: !ruby/object:Gem::Requirement