Skip to content

Commit e9562bc

Browse files
Maximilian KerpPiTrem
authored andcommitted
Update to rails 5.2
1 parent 9372b34 commit e9562bc

3 files changed

Lines changed: 50 additions & 43 deletions

File tree

Gemfile.lock

Lines changed: 48 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
ketcherails (0.1.9)
11+
ketcherails (0.1.12)
1212
active_model_serializers (< 0.10.0)
1313
bootstrap-kaminari-views (= 0.0.5)
1414
bootstrap-sass
@@ -24,53 +24,57 @@ PATH
2424
nokogiri (~> 1.10.0)
2525
openbabel
2626
paperclip (~> 5.2.0)
27-
rails (~> 5.1.0)
27+
rails (~> 5.2.0)
2828
sprite-factory (= 1.7.1)
2929

3030
GEM
3131
remote: https://rubygems.org/
3232
specs:
33-
actioncable (5.1.7)
34-
actionpack (= 5.1.7)
33+
actioncable (5.2.4.4)
34+
actionpack (= 5.2.4.4)
3535
nio4r (~> 2.0)
36-
websocket-driver (~> 0.6.1)
37-
actionmailer (5.1.7)
38-
actionpack (= 5.1.7)
39-
actionview (= 5.1.7)
40-
activejob (= 5.1.7)
36+
websocket-driver (>= 0.6.1)
37+
actionmailer (5.2.4.4)
38+
actionpack (= 5.2.4.4)
39+
actionview (= 5.2.4.4)
40+
activejob (= 5.2.4.4)
4141
mail (~> 2.5, >= 2.5.4)
4242
rails-dom-testing (~> 2.0)
43-
actionpack (5.1.7)
44-
actionview (= 5.1.7)
45-
activesupport (= 5.1.7)
46-
rack (~> 2.0)
43+
actionpack (5.2.4.4)
44+
actionview (= 5.2.4.4)
45+
activesupport (= 5.2.4.4)
46+
rack (~> 2.0, >= 2.0.8)
4747
rack-test (>= 0.6.3)
4848
rails-dom-testing (~> 2.0)
4949
rails-html-sanitizer (~> 1.0, >= 1.0.2)
50-
actionview (5.1.7)
51-
activesupport (= 5.1.7)
50+
actionview (5.2.4.4)
51+
activesupport (= 5.2.4.4)
5252
builder (~> 3.1)
5353
erubi (~> 1.4)
5454
rails-dom-testing (~> 2.0)
5555
rails-html-sanitizer (~> 1.0, >= 1.0.3)
5656
active_model_serializers (0.9.7)
5757
activemodel (>= 3.2)
5858
concurrent-ruby (~> 1.0)
59-
activejob (5.1.7)
60-
activesupport (= 5.1.7)
59+
activejob (5.2.4.4)
60+
activesupport (= 5.2.4.4)
6161
globalid (>= 0.3.6)
62-
activemodel (5.1.7)
63-
activesupport (= 5.1.7)
64-
activerecord (5.1.7)
65-
activemodel (= 5.1.7)
66-
activesupport (= 5.1.7)
67-
arel (~> 8.0)
68-
activesupport (5.1.7)
62+
activemodel (5.2.4.4)
63+
activesupport (= 5.2.4.4)
64+
activerecord (5.2.4.4)
65+
activemodel (= 5.2.4.4)
66+
activesupport (= 5.2.4.4)
67+
arel (>= 9.0)
68+
activestorage (5.2.4.4)
69+
actionpack (= 5.2.4.4)
70+
activerecord (= 5.2.4.4)
71+
marcel (~> 0.3.1)
72+
activesupport (5.2.4.4)
6973
concurrent-ruby (~> 1.0, >= 1.0.2)
7074
i18n (>= 0.7, < 2)
7175
minitest (~> 5.1)
7276
tzinfo (~> 1.1)
73-
arel (8.0.0)
77+
arel (9.0.0)
7478
autoprefixer-rails (10.0.2.0)
7579
execjs
7680
bootstrap-generators (3.3.4)
@@ -135,7 +139,7 @@ GEM
135139
grape
136140
grape-swagger (1.3.1)
137141
grape (~> 1.3)
138-
haml (5.2.0)
142+
haml (5.2.1)
139143
temple (>= 0.8.0)
140144
tilt
141145
haml-rails (2.0.1)
@@ -177,6 +181,8 @@ GEM
177181
nokogiri (>= 1.5.9)
178182
mail (2.7.1)
179183
mini_mime (>= 0.1.1)
184+
marcel (0.3.3)
185+
mimemagic (~> 0.3.2)
180186
method_source (1.0.0)
181187
mime-types (3.3.1)
182188
mime-types-data (~> 3.2015)
@@ -205,29 +211,30 @@ GEM
205211
rack (>= 0.4)
206212
rack-test (1.1.0)
207213
rack (>= 1.0, < 3)
208-
rails (5.1.7)
209-
actioncable (= 5.1.7)
210-
actionmailer (= 5.1.7)
211-
actionpack (= 5.1.7)
212-
actionview (= 5.1.7)
213-
activejob (= 5.1.7)
214-
activemodel (= 5.1.7)
215-
activerecord (= 5.1.7)
216-
activesupport (= 5.1.7)
214+
rails (5.2.4.4)
215+
actioncable (= 5.2.4.4)
216+
actionmailer (= 5.2.4.4)
217+
actionpack (= 5.2.4.4)
218+
actionview (= 5.2.4.4)
219+
activejob (= 5.2.4.4)
220+
activemodel (= 5.2.4.4)
221+
activerecord (= 5.2.4.4)
222+
activestorage (= 5.2.4.4)
223+
activesupport (= 5.2.4.4)
217224
bundler (>= 1.3.0)
218-
railties (= 5.1.7)
225+
railties (= 5.2.4.4)
219226
sprockets-rails (>= 2.0.0)
220227
rails-dom-testing (2.0.3)
221228
activesupport (>= 4.2.0)
222229
nokogiri (>= 1.6)
223230
rails-html-sanitizer (1.3.0)
224231
loofah (~> 2.3)
225-
railties (5.1.7)
226-
actionpack (= 5.1.7)
227-
activesupport (= 5.1.7)
232+
railties (5.2.4.4)
233+
actionpack (= 5.2.4.4)
234+
activesupport (= 5.2.4.4)
228235
method_source
229236
rake (>= 0.8.7)
230-
thor (>= 0.18.1, < 2.0)
237+
thor (>= 0.19.0, < 2.0)
231238
rake (13.0.1)
232239
rspec (3.10.0)
233240
rspec-core (~> 3.10.0)
@@ -263,7 +270,7 @@ GEM
263270
tilt (2.0.10)
264271
tzinfo (1.2.8)
265272
thread_safe (~> 0.1)
266-
websocket-driver (0.6.5)
273+
websocket-driver (0.7.3)
267274
websocket-extensions (>= 0.1.0)
268275
websocket-extensions (0.1.5)
269276

ketcherails.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
1717
s.files = Dir["{app,config,db,lib}/**/*", "LICENSE.txt", "Rakefile", "README.md"]
1818
s.test_files = Dir["spec/**/*"]
1919

20-
s.add_dependency "rails", "~> 5.1.0"
20+
s.add_dependency "rails", "~> 5.2.0"
2121
s.add_dependency "jquery-rails"
2222
s.add_dependency "nokogiri", "~> 1.10.0"
2323
s.add_dependency "haml-rails"

lib/ketcherails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ketcherails
2-
VERSION = "0.1.11"
2+
VERSION = "0.1.12"
33
end

0 commit comments

Comments
 (0)