mobility-actiontext 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 463d698f77ebfa96a36f00b1555d243ad20e5f2d6eb5355b84e4242fc0895192
4
- data.tar.gz: 4cf42c1faee89b576c55a9b4a1e84e7bb2dd6e57a04e031b4def117e66b34e29
3
+ metadata.gz: 5ca31827abf078eae807f5aafef4588dad78859d1fe3fea3c753dc311726c533
4
+ data.tar.gz: 723483c8e2091d470dbb0ae86f33bc945a7e4eeac87770ecf22c1f2e447f0f0a
5
5
  SHA512:
6
- metadata.gz: 6d33438f6e42af2c0e6a8dbae594ebef7af614e2606699637fa4616c2e278749ecdf6b8d9d99819f47f7a5b59757d121b81d515edb3418088c69fa6488d54e15
7
- data.tar.gz: 513e9487e324b0db39a01493c0e6976e9bbb74c733eff04e3725727a0218d74aaddefd0518d12d98b1112525f5de964c1e7b698fdc421186c04903a8e290cbc1
6
+ metadata.gz: 8d58add532f751dade73185768f816a2b1ad16b1ac794b74b78997ed62c20d05b0e4a816515bf71c949fe3782bb78ffa8e9a6f4ac1fea3f47659263d8f894685
7
+ data.tar.gz: 9cf9d1bf167b0da2feb2513588818789bf998a16291d919f58fc39794172e05fda3853cf35085ffb811fef918d2ccf8d7aed4dc12f1fa3a230a3f3b095c7bf36
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- ruby-3.0.3
1
+ ruby-3.1.0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Mobility Action Text Changelog
2
2
 
3
+ ### 0.5.0 (2022-02-13)
4
+ - Require only actiontext in gemspec dependencies ([#20](https://github.com/sedubois/mobility-actiontext/pull/20)).
5
+
3
6
  ### 0.4.0 (2021-12-20)
4
7
  - Add Rails 7 compatibility.
5
8
 
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
 
3
3
  gemspec
4
+
5
+ gem "rake", "~> 13.0"
data/Gemfile.lock CHANGED
@@ -1,68 +1,49 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mobility-actiontext (0.4.0)
4
+ mobility-actiontext (0.5.0)
5
+ actiontext (>= 6.0)
5
6
  mobility (~> 1.2)
6
- rails (>= 6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.0.0)
12
- actionpack (= 7.0.0)
13
- activesupport (= 7.0.0)
14
- nio4r (~> 2.0)
15
- websocket-driver (>= 0.6.1)
16
- actionmailbox (7.0.0)
17
- actionpack (= 7.0.0)
18
- activejob (= 7.0.0)
19
- activerecord (= 7.0.0)
20
- activestorage (= 7.0.0)
21
- activesupport (= 7.0.0)
22
- mail (>= 2.7.1)
23
- actionmailer (7.0.0)
24
- actionpack (= 7.0.0)
25
- actionview (= 7.0.0)
26
- activejob (= 7.0.0)
27
- activesupport (= 7.0.0)
28
- mail (~> 2.5, >= 2.5.4)
29
- rails-dom-testing (~> 2.0)
30
- actionpack (7.0.0)
31
- actionview (= 7.0.0)
32
- activesupport (= 7.0.0)
11
+ actionpack (7.0.2.2)
12
+ actionview (= 7.0.2.2)
13
+ activesupport (= 7.0.2.2)
33
14
  rack (~> 2.0, >= 2.2.0)
34
15
  rack-test (>= 0.6.3)
35
16
  rails-dom-testing (~> 2.0)
36
17
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (7.0.0)
38
- actionpack (= 7.0.0)
39
- activerecord (= 7.0.0)
40
- activestorage (= 7.0.0)
41
- activesupport (= 7.0.0)
18
+ actiontext (7.0.2.2)
19
+ actionpack (= 7.0.2.2)
20
+ activerecord (= 7.0.2.2)
21
+ activestorage (= 7.0.2.2)
22
+ activesupport (= 7.0.2.2)
42
23
  globalid (>= 0.6.0)
43
24
  nokogiri (>= 1.8.5)
44
- actionview (7.0.0)
45
- activesupport (= 7.0.0)
25
+ actionview (7.0.2.2)
26
+ activesupport (= 7.0.2.2)
46
27
  builder (~> 3.1)
47
28
  erubi (~> 1.4)
48
29
  rails-dom-testing (~> 2.0)
49
30
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
50
- activejob (7.0.0)
51
- activesupport (= 7.0.0)
31
+ activejob (7.0.2.2)
32
+ activesupport (= 7.0.2.2)
52
33
  globalid (>= 0.3.6)
53
- activemodel (7.0.0)
54
- activesupport (= 7.0.0)
55
- activerecord (7.0.0)
56
- activemodel (= 7.0.0)
57
- activesupport (= 7.0.0)
58
- activestorage (7.0.0)
59
- actionpack (= 7.0.0)
60
- activejob (= 7.0.0)
61
- activerecord (= 7.0.0)
62
- activesupport (= 7.0.0)
34
+ activemodel (7.0.2.2)
35
+ activesupport (= 7.0.2.2)
36
+ activerecord (7.0.2.2)
37
+ activemodel (= 7.0.2.2)
38
+ activesupport (= 7.0.2.2)
39
+ activestorage (7.0.2.2)
40
+ actionpack (= 7.0.2.2)
41
+ activejob (= 7.0.2.2)
42
+ activerecord (= 7.0.2.2)
43
+ activesupport (= 7.0.2.2)
63
44
  marcel (~> 1.0)
64
45
  mini_mime (>= 1.1.0)
65
- activesupport (7.0.0)
46
+ activesupport (7.0.2.2)
66
47
  concurrent-ruby (~> 1.0, >= 1.0.2)
67
48
  i18n (>= 1.6, < 2)
68
49
  minitest (>= 5.1)
@@ -73,74 +54,45 @@ GEM
73
54
  erubi (1.10.0)
74
55
  globalid (1.0.0)
75
56
  activesupport (>= 5.0)
76
- i18n (1.8.11)
57
+ i18n (1.9.1)
77
58
  concurrent-ruby (~> 1.0)
78
- loofah (2.13.0)
59
+ loofah (2.14.0)
79
60
  crass (~> 1.0.2)
80
61
  nokogiri (>= 1.5.9)
81
- mail (2.7.1)
82
- mini_mime (>= 0.1.1)
83
62
  marcel (1.0.2)
84
- method_source (1.0.0)
85
63
  mini_mime (1.1.2)
86
64
  minitest (5.15.0)
87
65
  mobility (1.2.5)
88
66
  i18n (>= 0.6.10, < 2)
89
67
  request_store (~> 1.0)
90
- nio4r (2.5.8)
91
- nokogiri (1.12.5-x86_64-darwin)
68
+ nokogiri (1.13.1-x86_64-darwin)
92
69
  racc (~> 1.4)
93
- nokogiri (1.12.5-x86_64-linux)
70
+ nokogiri (1.13.1-x86_64-linux)
94
71
  racc (~> 1.4)
95
72
  racc (1.6.0)
96
73
  rack (2.2.3)
97
74
  rack-test (1.1.0)
98
75
  rack (>= 1.0, < 3)
99
- rails (7.0.0)
100
- actioncable (= 7.0.0)
101
- actionmailbox (= 7.0.0)
102
- actionmailer (= 7.0.0)
103
- actionpack (= 7.0.0)
104
- actiontext (= 7.0.0)
105
- actionview (= 7.0.0)
106
- activejob (= 7.0.0)
107
- activemodel (= 7.0.0)
108
- activerecord (= 7.0.0)
109
- activestorage (= 7.0.0)
110
- activesupport (= 7.0.0)
111
- bundler (>= 1.15.0)
112
- railties (= 7.0.0)
113
76
  rails-dom-testing (2.0.3)
114
77
  activesupport (>= 4.2.0)
115
78
  nokogiri (>= 1.6)
116
79
  rails-html-sanitizer (1.4.2)
117
80
  loofah (~> 2.3)
118
- railties (7.0.0)
119
- actionpack (= 7.0.0)
120
- activesupport (= 7.0.0)
121
- method_source
122
- rake (>= 12.2)
123
- thor (~> 1.0)
124
- zeitwerk (~> 2.5)
125
81
  rake (13.0.6)
126
- request_store (1.5.0)
82
+ request_store (1.5.1)
127
83
  rack (>= 1.4)
128
84
  sqlite3 (1.4.2)
129
- thor (1.1.0)
130
85
  tzinfo (2.0.4)
131
86
  concurrent-ruby (~> 1.0)
132
- websocket-driver (0.7.5)
133
- websocket-extensions (>= 0.1.0)
134
- websocket-extensions (0.1.5)
135
- zeitwerk (2.5.1)
136
87
 
137
88
  PLATFORMS
138
- x86_64-darwin-20
89
+ x86_64-darwin
139
90
  x86_64-linux
140
91
 
141
92
  DEPENDENCIES
142
93
  mobility-actiontext!
94
+ rake (~> 13.0)
143
95
  sqlite3 (~> 1.4)
144
96
 
145
97
  BUNDLED WITH
146
- 2.2.33
98
+ 2.3.7
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Mobility
4
4
  module ActionText
5
- VERSION = '0.4.0'
5
+ VERSION = '0.5.0'
6
6
  end
7
7
  end
@@ -26,8 +26,8 @@ Gem::Specification.new do |spec|
26
26
  spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
27
27
  spec.require_paths = ['lib']
28
28
 
29
+ spec.add_dependency 'actiontext', '>= 6.0'
29
30
  spec.add_dependency 'mobility', '~> 1.2'
30
- spec.add_dependency 'rails', '>= 6.0'
31
31
 
32
32
  spec.add_development_dependency 'sqlite3', '~> 1.4'
33
33
  end
data/test_app/Gemfile CHANGED
@@ -1,10 +1,10 @@
1
1
  source 'https://rubygems.org'
2
2
  git_source(:github) { |repo| "https://github.com/#{repo}.git" }
3
3
 
4
- ruby '3.0.3'
4
+ ruby '3.1.0'
5
5
 
6
6
  # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
7
- gem 'rails', '~> 6.1.1'
7
+ gem 'rails', '~> 7.0.0'
8
8
  # Use sqlite3 as the database for Active Record
9
9
  gem 'sqlite3', '~> 1.4'
10
10
  # Use Puma as the app server
@@ -1,89 +1,98 @@
1
1
  PATH
2
2
  remote: ..
3
3
  specs:
4
- mobility-actiontext (0.4.0)
4
+ mobility-actiontext (0.5.0)
5
+ actiontext (>= 6.0)
5
6
  mobility (~> 1.2)
6
- rails (>= 6.0)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (6.1.4.1)
12
- actionpack (= 6.1.4.1)
13
- activesupport (= 6.1.4.1)
11
+ actioncable (7.0.2.2)
12
+ actionpack (= 7.0.2.2)
13
+ activesupport (= 7.0.2.2)
14
14
  nio4r (~> 2.0)
15
15
  websocket-driver (>= 0.6.1)
16
- actionmailbox (6.1.4.1)
17
- actionpack (= 6.1.4.1)
18
- activejob (= 6.1.4.1)
19
- activerecord (= 6.1.4.1)
20
- activestorage (= 6.1.4.1)
21
- activesupport (= 6.1.4.1)
16
+ actionmailbox (7.0.2.2)
17
+ actionpack (= 7.0.2.2)
18
+ activejob (= 7.0.2.2)
19
+ activerecord (= 7.0.2.2)
20
+ activestorage (= 7.0.2.2)
21
+ activesupport (= 7.0.2.2)
22
22
  mail (>= 2.7.1)
23
- actionmailer (6.1.4.1)
24
- actionpack (= 6.1.4.1)
25
- actionview (= 6.1.4.1)
26
- activejob (= 6.1.4.1)
27
- activesupport (= 6.1.4.1)
23
+ net-imap
24
+ net-pop
25
+ net-smtp
26
+ actionmailer (7.0.2.2)
27
+ actionpack (= 7.0.2.2)
28
+ actionview (= 7.0.2.2)
29
+ activejob (= 7.0.2.2)
30
+ activesupport (= 7.0.2.2)
28
31
  mail (~> 2.5, >= 2.5.4)
32
+ net-imap
33
+ net-pop
34
+ net-smtp
29
35
  rails-dom-testing (~> 2.0)
30
- actionpack (6.1.4.1)
31
- actionview (= 6.1.4.1)
32
- activesupport (= 6.1.4.1)
33
- rack (~> 2.0, >= 2.0.9)
36
+ actionpack (7.0.2.2)
37
+ actionview (= 7.0.2.2)
38
+ activesupport (= 7.0.2.2)
39
+ rack (~> 2.0, >= 2.2.0)
34
40
  rack-test (>= 0.6.3)
35
41
  rails-dom-testing (~> 2.0)
36
42
  rails-html-sanitizer (~> 1.0, >= 1.2.0)
37
- actiontext (6.1.4.1)
38
- actionpack (= 6.1.4.1)
39
- activerecord (= 6.1.4.1)
40
- activestorage (= 6.1.4.1)
41
- activesupport (= 6.1.4.1)
43
+ actiontext (7.0.2.2)
44
+ actionpack (= 7.0.2.2)
45
+ activerecord (= 7.0.2.2)
46
+ activestorage (= 7.0.2.2)
47
+ activesupport (= 7.0.2.2)
48
+ globalid (>= 0.6.0)
42
49
  nokogiri (>= 1.8.5)
43
- actionview (6.1.4.1)
44
- activesupport (= 6.1.4.1)
50
+ actionview (7.0.2.2)
51
+ activesupport (= 7.0.2.2)
45
52
  builder (~> 3.1)
46
53
  erubi (~> 1.4)
47
54
  rails-dom-testing (~> 2.0)
48
55
  rails-html-sanitizer (~> 1.1, >= 1.2.0)
49
- activejob (6.1.4.1)
50
- activesupport (= 6.1.4.1)
56
+ activejob (7.0.2.2)
57
+ activesupport (= 7.0.2.2)
51
58
  globalid (>= 0.3.6)
52
- activemodel (6.1.4.1)
53
- activesupport (= 6.1.4.1)
54
- activerecord (6.1.4.1)
55
- activemodel (= 6.1.4.1)
56
- activesupport (= 6.1.4.1)
57
- activestorage (6.1.4.1)
58
- actionpack (= 6.1.4.1)
59
- activejob (= 6.1.4.1)
60
- activerecord (= 6.1.4.1)
61
- activesupport (= 6.1.4.1)
62
- marcel (~> 1.0.0)
59
+ activemodel (7.0.2.2)
60
+ activesupport (= 7.0.2.2)
61
+ activerecord (7.0.2.2)
62
+ activemodel (= 7.0.2.2)
63
+ activesupport (= 7.0.2.2)
64
+ activestorage (7.0.2.2)
65
+ actionpack (= 7.0.2.2)
66
+ activejob (= 7.0.2.2)
67
+ activerecord (= 7.0.2.2)
68
+ activesupport (= 7.0.2.2)
69
+ marcel (~> 1.0)
63
70
  mini_mime (>= 1.1.0)
64
- activesupport (6.1.4.1)
71
+ activesupport (7.0.2.2)
65
72
  concurrent-ruby (~> 1.0, >= 1.0.2)
66
73
  i18n (>= 1.6, < 2)
67
74
  minitest (>= 5.1)
68
75
  tzinfo (~> 2.0)
69
- zeitwerk (~> 2.3)
70
76
  bindex (0.8.1)
71
77
  builder (3.2.4)
72
78
  byebug (11.1.3)
73
79
  concurrent-ruby (1.1.9)
74
80
  crass (1.0.6)
81
+ digest (3.1.0)
75
82
  erubi (1.10.0)
76
- ffi (1.15.4)
83
+ ffi (1.15.5)
77
84
  globalid (1.0.0)
78
85
  activesupport (>= 5.0)
79
- i18n (1.8.11)
86
+ i18n (1.9.1)
80
87
  concurrent-ruby (~> 1.0)
81
- jbuilder (2.11.3)
88
+ io-wait (0.2.1)
89
+ jbuilder (2.11.5)
90
+ actionview (>= 5.0.0)
82
91
  activesupport (>= 5.0.0)
83
- listen (3.7.0)
92
+ listen (3.7.1)
84
93
  rb-fsevent (~> 0.10, >= 0.10.3)
85
94
  rb-inotify (~> 0.9, >= 0.9.10)
86
- loofah (2.13.0)
95
+ loofah (2.14.0)
87
96
  crass (~> 1.0.2)
88
97
  nokogiri (>= 1.5.9)
89
98
  mail (2.7.1)
@@ -91,16 +100,31 @@ GEM
91
100
  marcel (1.0.2)
92
101
  method_source (1.0.0)
93
102
  mini_mime (1.1.2)
94
- minitest (5.14.4)
103
+ minitest (5.15.0)
95
104
  mobility (1.2.5)
96
105
  i18n (>= 0.6.10, < 2)
97
106
  request_store (~> 1.0)
107
+ net-imap (0.2.3)
108
+ digest
109
+ net-protocol
110
+ strscan
111
+ net-pop (0.1.1)
112
+ digest
113
+ net-protocol
114
+ timeout
115
+ net-protocol (0.1.2)
116
+ io-wait
117
+ timeout
118
+ net-smtp (0.3.1)
119
+ digest
120
+ net-protocol
121
+ timeout
98
122
  nio4r (2.5.8)
99
- nokogiri (1.12.5-x86_64-darwin)
123
+ nokogiri (1.13.1-x86_64-darwin)
100
124
  racc (~> 1.4)
101
- nokogiri (1.12.5-x86_64-linux)
125
+ nokogiri (1.13.1-x86_64-linux)
102
126
  racc (~> 1.4)
103
- puma (5.5.2)
127
+ puma (5.6.2)
104
128
  nio4r (~> 2.0)
105
129
  racc (1.6.0)
106
130
  rack (2.2.3)
@@ -108,37 +132,37 @@ GEM
108
132
  rack (>= 1.2.0)
109
133
  rack-test (1.1.0)
110
134
  rack (>= 1.0, < 3)
111
- rails (6.1.4.1)
112
- actioncable (= 6.1.4.1)
113
- actionmailbox (= 6.1.4.1)
114
- actionmailer (= 6.1.4.1)
115
- actionpack (= 6.1.4.1)
116
- actiontext (= 6.1.4.1)
117
- actionview (= 6.1.4.1)
118
- activejob (= 6.1.4.1)
119
- activemodel (= 6.1.4.1)
120
- activerecord (= 6.1.4.1)
121
- activestorage (= 6.1.4.1)
122
- activesupport (= 6.1.4.1)
135
+ rails (7.0.2.2)
136
+ actioncable (= 7.0.2.2)
137
+ actionmailbox (= 7.0.2.2)
138
+ actionmailer (= 7.0.2.2)
139
+ actionpack (= 7.0.2.2)
140
+ actiontext (= 7.0.2.2)
141
+ actionview (= 7.0.2.2)
142
+ activejob (= 7.0.2.2)
143
+ activemodel (= 7.0.2.2)
144
+ activerecord (= 7.0.2.2)
145
+ activestorage (= 7.0.2.2)
146
+ activesupport (= 7.0.2.2)
123
147
  bundler (>= 1.15.0)
124
- railties (= 6.1.4.1)
125
- sprockets-rails (>= 2.0.0)
148
+ railties (= 7.0.2.2)
126
149
  rails-dom-testing (2.0.3)
127
150
  activesupport (>= 4.2.0)
128
151
  nokogiri (>= 1.6)
129
152
  rails-html-sanitizer (1.4.2)
130
153
  loofah (~> 2.3)
131
- railties (6.1.4.1)
132
- actionpack (= 6.1.4.1)
133
- activesupport (= 6.1.4.1)
154
+ railties (7.0.2.2)
155
+ actionpack (= 7.0.2.2)
156
+ activesupport (= 7.0.2.2)
134
157
  method_source
135
- rake (>= 0.13)
158
+ rake (>= 12.2)
136
159
  thor (~> 1.0)
160
+ zeitwerk (~> 2.5)
137
161
  rake (13.0.6)
138
- rb-fsevent (0.11.0)
162
+ rb-fsevent (0.11.1)
139
163
  rb-inotify (0.10.1)
140
164
  ffi (~> 1.0)
141
- request_store (1.5.0)
165
+ request_store (1.5.1)
142
166
  rack (>= 1.4)
143
167
  sass-rails (6.0.0)
144
168
  sassc-rails (~> 2.1, >= 2.1.1)
@@ -158,8 +182,10 @@ GEM
158
182
  activesupport (>= 5.2)
159
183
  sprockets (>= 3.0.0)
160
184
  sqlite3 (1.4.2)
161
- thor (1.1.0)
185
+ strscan (3.0.1)
186
+ thor (1.2.1)
162
187
  tilt (2.0.10)
188
+ timeout (0.2.0)
163
189
  turbolinks (5.2.1)
164
190
  turbolinks-source (~> 5.2)
165
191
  turbolinks-source (5.2.0)
@@ -173,10 +199,10 @@ GEM
173
199
  websocket-driver (0.7.5)
174
200
  websocket-extensions (>= 0.1.0)
175
201
  websocket-extensions (0.1.5)
176
- zeitwerk (2.5.1)
202
+ zeitwerk (2.5.4)
177
203
 
178
204
  PLATFORMS
179
- x86_64-darwin-20
205
+ x86_64-darwin
180
206
  x86_64-linux
181
207
 
182
208
  DEPENDENCIES
@@ -187,7 +213,7 @@ DEPENDENCIES
187
213
  mobility-actiontext!
188
214
  puma (~> 5.0)
189
215
  rack-mini-profiler (~> 2.0)
190
- rails (~> 6.1.1)
216
+ rails (~> 7.0.0)
191
217
  sass-rails (>= 6)
192
218
  sqlite3 (~> 1.4)
193
219
  turbolinks (~> 5)
@@ -195,7 +221,7 @@ DEPENDENCIES
195
221
  web-console (>= 4.1.0)
196
222
 
197
223
  RUBY VERSION
198
- ruby 3.0.3p157
224
+ ruby 3.1.0p0
199
225
 
200
226
  BUNDLED WITH
201
- 2.2.33
227
+ 2.3.7
metadata CHANGED
@@ -1,43 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mobility-actiontext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sébastien Dubois
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-20 00:00:00.000000000 Z
11
+ date: 2022-02-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: mobility
14
+ name: actiontext
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '1.2'
19
+ version: '6.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - "~>"
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '1.2'
26
+ version: '6.0'
27
27
  - !ruby/object:Gem::Dependency
28
- name: rails
28
+ name: mobility
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ">="
31
+ - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: '6.0'
33
+ version: '1.2'
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ">="
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: '6.0'
40
+ version: '1.2'
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0'
156
156
  requirements: []
157
- rubygems_version: 3.2.23
157
+ rubygems_version: 3.3.3
158
158
  signing_key:
159
159
  specification_version: 4
160
160
  summary: Translate Rails Action Text rich text with Mobility.