Skip to content

Commit c61dfa9

Browse files
committed
updated rails dependency definition in order not to resolve to rails 6.x and changed some meta data
1 parent 9713cc1 commit c61dfa9

File tree

2 files changed

+97
-98
lines changed

2 files changed

+97
-98
lines changed

Gemfile.lock

Lines changed: 93 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -5,67 +5,67 @@ PATH
55
cells-haml
66
cells-rails
77
haml
8-
rails (>= 5.0.0)
8+
rails (~> 5.0)
99
trailblazer
1010
trailblazer-cells
1111
trailblazer-rails (= 1.0.9)
1212

1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (5.2.3)
17-
actionpack (= 5.2.3)
16+
actioncable (5.2.4.1)
17+
actionpack (= 5.2.4.1)
1818
nio4r (~> 2.0)
1919
websocket-driver (>= 0.6.1)
20-
actionmailer (5.2.3)
21-
actionpack (= 5.2.3)
22-
actionview (= 5.2.3)
23-
activejob (= 5.2.3)
20+
actionmailer (5.2.4.1)
21+
actionpack (= 5.2.4.1)
22+
actionview (= 5.2.4.1)
23+
activejob (= 5.2.4.1)
2424
mail (~> 2.5, >= 2.5.4)
2525
rails-dom-testing (~> 2.0)
26-
actionpack (5.2.3)
27-
actionview (= 5.2.3)
28-
activesupport (= 5.2.3)
29-
rack (~> 2.0)
26+
actionpack (5.2.4.1)
27+
actionview (= 5.2.4.1)
28+
activesupport (= 5.2.4.1)
29+
rack (~> 2.0, >= 2.0.8)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.0)
3232
rails-html-sanitizer (~> 1.0, >= 1.0.2)
33-
actionview (5.2.3)
34-
activesupport (= 5.2.3)
33+
actionview (5.2.4.1)
34+
activesupport (= 5.2.4.1)
3535
builder (~> 3.1)
3636
erubi (~> 1.4)
3737
rails-dom-testing (~> 2.0)
3838
rails-html-sanitizer (~> 1.0, >= 1.0.3)
39-
activejob (5.2.3)
40-
activesupport (= 5.2.3)
39+
activejob (5.2.4.1)
40+
activesupport (= 5.2.4.1)
4141
globalid (>= 0.3.6)
42-
activemodel (5.2.3)
43-
activesupport (= 5.2.3)
44-
activerecord (5.2.3)
45-
activemodel (= 5.2.3)
46-
activesupport (= 5.2.3)
42+
activemodel (5.2.4.1)
43+
activesupport (= 5.2.4.1)
44+
activerecord (5.2.4.1)
45+
activemodel (= 5.2.4.1)
46+
activesupport (= 5.2.4.1)
4747
arel (>= 9.0)
48-
activestorage (5.2.3)
49-
actionpack (= 5.2.3)
50-
activerecord (= 5.2.3)
48+
activestorage (5.2.4.1)
49+
actionpack (= 5.2.4.1)
50+
activerecord (= 5.2.4.1)
5151
marcel (~> 0.3.1)
52-
activesupport (5.2.3)
52+
activesupport (5.2.4.1)
5353
concurrent-ruby (~> 1.0, >= 1.0.2)
5454
i18n (>= 0.7, < 2)
5555
minitest (~> 5.1)
5656
tzinfo (~> 1.1)
57-
addressable (2.5.2)
58-
public_suffix (>= 2.0.2, < 4.0)
57+
addressable (2.7.0)
58+
public_suffix (>= 2.0.2, < 5.0)
5959
arel (9.0.0)
60-
builder (3.2.3)
61-
byebug (11.0.0)
62-
capybara (3.10.0)
60+
builder (3.2.4)
61+
byebug (11.1.1)
62+
capybara (3.31.0)
6363
addressable
6464
mini_mime (>= 0.1.3)
6565
nokogiri (~> 1.8)
6666
rack (>= 1.6.0)
6767
rack-test (>= 0.6.3)
68-
regexp_parser (~> 1.2)
68+
regexp_parser (~> 1.5)
6969
xpath (~> 3.2)
7070
cells (4.1.7)
7171
declarative-builder (< 0.2.0)
@@ -75,142 +75,141 @@ GEM
7575
cells-haml (0.0.10)
7676
cells (>= 4.0.1, <= 6.0.0)
7777
haml (>= 4.1.0.beta.1)
78-
cells-rails (0.0.9)
79-
actionpack (>= 3.0)
78+
cells-rails (0.1.0)
79+
actionpack (>= 5.0)
8080
cells (>= 4.1.6, < 5.0.0)
8181
childprocess (3.0.0)
8282
coderay (1.1.2)
8383
concurrent-ruby (1.1.5)
8484
crack (0.4.3)
8585
safe_yaml (~> 1.0.0)
86-
crass (1.0.4)
86+
crass (1.0.6)
8787
declarative (0.0.10)
8888
declarative-builder (0.1.0)
8989
declarative-option (< 0.2.0)
9090
declarative-option (0.1.0)
9191
diff-lcs (1.3)
92-
disposable (0.4.4)
92+
disposable (0.4.7)
9393
declarative (>= 0.0.9, < 1.0.0)
9494
declarative-builder (< 0.2.0)
9595
declarative-option (< 0.2.0)
9696
representable (>= 2.4.0, <= 3.1.0)
9797
uber (< 0.2.0)
98-
docile (1.3.1)
99-
erubi (1.8.0)
98+
docile (1.3.2)
99+
erubi (1.9.0)
100100
generator_spec (0.9.4)
101101
activesupport (>= 3.0.0)
102102
railties (>= 3.0.0)
103103
globalid (0.4.2)
104104
activesupport (>= 4.2.0)
105-
haml (5.0.4)
105+
haml (5.1.2)
106106
temple (>= 0.8.0)
107107
tilt
108-
hashdiff (0.3.8)
109-
i18n (1.6.0)
108+
hashdiff (1.0.0)
109+
i18n (1.8.2)
110110
concurrent-ruby (~> 1.0)
111-
json (2.1.0)
112-
loofah (2.2.3)
111+
loofah (2.4.0)
113112
crass (~> 1.0.2)
114113
nokogiri (>= 1.5.9)
115114
mail (2.7.1)
116115
mini_mime (>= 0.1.1)
117116
marcel (0.3.3)
118117
mimemagic (~> 0.3.2)
119118
method_source (0.9.2)
120-
mimemagic (0.3.3)
121-
mini_mime (1.0.1)
119+
mimemagic (0.3.4)
120+
mini_mime (1.0.2)
122121
mini_portile2 (2.4.0)
123-
minitest (5.11.3)
122+
minitest (5.14.0)
124123
nio4r (2.5.2)
125-
nokogiri (1.10.4)
124+
nokogiri (1.10.7)
126125
mini_portile2 (~> 2.4.0)
127126
pipetree (0.1.1)
128127
pry (0.12.2)
129128
coderay (~> 1.1.0)
130129
method_source (~> 0.9.0)
131-
pry-byebug (3.7.0)
130+
pry-byebug (3.8.0)
132131
byebug (~> 11.0)
133132
pry (~> 0.10)
134133
pry-rails (0.3.9)
135134
pry (>= 0.10.4)
136-
public_suffix (3.0.3)
137-
puma (3.12.0)
138-
rack (2.0.7)
135+
public_suffix (4.0.3)
136+
puma (4.3.1)
137+
nio4r (~> 2.0)
138+
rack (2.2.1)
139139
rack-proxy (0.6.5)
140140
rack
141141
rack-test (1.1.0)
142142
rack (>= 1.0, < 3)
143-
rails (5.2.3)
144-
actioncable (= 5.2.3)
145-
actionmailer (= 5.2.3)
146-
actionpack (= 5.2.3)
147-
actionview (= 5.2.3)
148-
activejob (= 5.2.3)
149-
activemodel (= 5.2.3)
150-
activerecord (= 5.2.3)
151-
activestorage (= 5.2.3)
152-
activesupport (= 5.2.3)
143+
rails (5.2.4.1)
144+
actioncable (= 5.2.4.1)
145+
actionmailer (= 5.2.4.1)
146+
actionpack (= 5.2.4.1)
147+
actionview (= 5.2.4.1)
148+
activejob (= 5.2.4.1)
149+
activemodel (= 5.2.4.1)
150+
activerecord (= 5.2.4.1)
151+
activestorage (= 5.2.4.1)
152+
activesupport (= 5.2.4.1)
153153
bundler (>= 1.3.0)
154-
railties (= 5.2.3)
154+
railties (= 5.2.4.1)
155155
sprockets-rails (>= 2.0.0)
156156
rails-dom-testing (2.0.3)
157157
activesupport (>= 4.2.0)
158158
nokogiri (>= 1.6)
159-
rails-html-sanitizer (1.0.4)
160-
loofah (~> 2.2, >= 2.2.2)
161-
railties (5.2.3)
162-
actionpack (= 5.2.3)
163-
activesupport (= 5.2.3)
159+
rails-html-sanitizer (1.3.0)
160+
loofah (~> 2.3)
161+
railties (5.2.4.1)
162+
actionpack (= 5.2.4.1)
163+
activesupport (= 5.2.4.1)
164164
method_source
165165
rake (>= 0.8.7)
166166
thor (>= 0.19.0, < 2.0)
167-
rake (12.3.3)
167+
rake (13.0.1)
168168
reform (2.2.4)
169169
disposable (>= 0.4.1)
170170
representable (>= 2.4.0, < 3.1.0)
171171
reform-rails (0.1.7)
172172
activemodel (>= 3.2)
173173
reform (>= 2.2.0)
174-
regexp_parser (1.2.0)
174+
regexp_parser (1.6.0)
175175
representable (3.0.4)
176176
declarative (< 0.1.0)
177177
declarative-option (< 0.2.0)
178178
uber (< 0.2.0)
179-
rspec (3.8.0)
180-
rspec-core (~> 3.8.0)
181-
rspec-expectations (~> 3.8.0)
182-
rspec-mocks (~> 3.8.0)
183-
rspec-core (3.8.0)
184-
rspec-support (~> 3.8.0)
185-
rspec-expectations (3.8.2)
179+
rspec (3.9.0)
180+
rspec-core (~> 3.9.0)
181+
rspec-expectations (~> 3.9.0)
182+
rspec-mocks (~> 3.9.0)
183+
rspec-core (3.9.1)
184+
rspec-support (~> 3.9.1)
185+
rspec-expectations (3.9.0)
186186
diff-lcs (>= 1.2.0, < 2.0)
187-
rspec-support (~> 3.8.0)
188-
rspec-mocks (3.8.0)
187+
rspec-support (~> 3.9.0)
188+
rspec-mocks (3.9.1)
189189
diff-lcs (>= 1.2.0, < 2.0)
190-
rspec-support (~> 3.8.0)
191-
rspec-rails (3.8.1)
190+
rspec-support (~> 3.9.0)
191+
rspec-rails (3.9.0)
192192
actionpack (>= 3.0)
193193
activesupport (>= 3.0)
194194
railties (>= 3.0)
195-
rspec-core (~> 3.8.0)
196-
rspec-expectations (~> 3.8.0)
197-
rspec-mocks (~> 3.8.0)
198-
rspec-support (~> 3.8.0)
195+
rspec-core (~> 3.9.0)
196+
rspec-expectations (~> 3.9.0)
197+
rspec-mocks (~> 3.9.0)
198+
rspec-support (~> 3.9.0)
199199
rspec-retry (0.6.2)
200200
rspec-core (> 3.3)
201-
rspec-support (3.8.0)
201+
rspec-support (3.9.2)
202202
rspec-wait (0.0.9)
203203
rspec (>= 3, < 4)
204204
rubyzip (2.2.0)
205205
safe_yaml (1.0.5)
206206
selenium-webdriver (3.142.7)
207207
childprocess (>= 0.5, < 4.0)
208208
rubyzip (>= 1.2.2)
209-
simplecov (0.16.1)
209+
simplecov (0.18.1)
210210
docile (~> 1.1)
211-
json (>= 1.8, < 3)
212-
simplecov-html (~> 0.10.0)
213-
simplecov-html (0.10.2)
211+
simplecov-html (~> 0.11.0)
212+
simplecov-html (0.11.0)
214213
sprockets (4.0.0)
215214
concurrent-ruby (~> 1.0)
216215
rack (> 1, < 3)
@@ -219,10 +218,10 @@ GEM
219218
activesupport (>= 4.0)
220219
sprockets (>= 3.0.0)
221220
sqlite3 (1.3.13)
222-
temple (0.8.0)
223-
thor (0.20.3)
221+
temple (0.8.2)
222+
thor (1.0.1)
224223
thread_safe (0.3.6)
225-
tilt (2.0.8)
224+
tilt (2.0.10)
226225
trailblazer (2.0.7)
227226
declarative
228227
reform (>= 2.2.0, < 3.0.0)
@@ -238,13 +237,13 @@ GEM
238237
reform-rails (>= 0.1.4, < 0.2.0)
239238
trailblazer (~> 2.0.0)
240239
trailblazer-loader (>= 0.1.0)
241-
tzinfo (1.2.5)
240+
tzinfo (1.2.6)
242241
thread_safe (~> 0.1)
243242
uber (0.1.0)
244-
webmock (3.5.1)
243+
webmock (3.8.1)
245244
addressable (>= 2.3.6)
246245
crack (>= 0.3.2)
247-
hashdiff
246+
hashdiff (>= 0.4.0, < 2.0.0)
248247
webpacker (4.2.2)
249248
activesupport (>= 4.2)
250249
rack-proxy (>= 0.6.1)
@@ -281,4 +280,4 @@ DEPENDENCIES
281280
webpacker (~> 4.0)
282281

283282
BUNDLED WITH
284-
1.17.3
283+
2.1.4

matestack-ui-core.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ Gem::Specification.new do |s|
88
s.name = "matestack-ui-core"
99
s.version = Matestack::Ui::Core::VERSION
1010
s.authors = ["Jonas Jabari", "Pascal Wengerter"]
11-
s.email = ["jonas@basemate.com", "pascal@basemate.com"]
12-
s.homepage = "https://matestack.org"
11+
s.email = ["jonas@matestack.io", "pascal@matestack.io"]
12+
s.homepage = "https://matestack.io"
1313
s.summary = "Escape the frontend hustle. Create beautiful software easily. Use matestack."
1414
s.description = "We're replacing the original view-layer of Ruby on Rails, the most productive MVC framework we know, with our technology. By introducing matestack we get dynamic, fast and simple user interfaces without the need to touch HTML/HAML/ERB/JS/CSS. Plus, it feels like a single page application, but there's no need for all the API hustle SPAs usually bring with them."
1515
s.license = "MIT"
16-
s.metadata = { "source_code_uri" => "https://github.com/basemate/matestack-ui-core" }
16+
s.metadata = { "source_code_uri" => "https://github.com/matestack/matestack-ui-core" }
1717

1818
s.files = Dir["{app,config,db,lib,vendor}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1919

20-
s.add_dependency "rails", ">= 5.0.0"
20+
s.add_dependency "rails", '~> 5.0'
2121
s.add_dependency "haml"
2222
s.add_dependency "trailblazer"
2323
s.add_dependency "trailblazer-rails", "1.0.9"

0 commit comments

Comments
 (0)