Skip to content

Commit 9852884

Browse files
committed
Updated for Rails 5.1
1 parent 66cda78 commit 9852884

File tree

3 files changed

+54
-56
lines changed

3 files changed

+54
-56
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.5
1+
2.5.7

Gemfile.lock

+51-53
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,94 @@
11
PATH
22
remote: .
33
specs:
4-
prototype-rails (5.0.0)
5-
rails (~> 5.0.7)
4+
prototype-rails (5.1.0)
5+
rails (= 5.1.7)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (5.0.7.2)
11-
actionpack (= 5.0.7.2)
12-
nio4r (>= 1.2, < 3.0)
10+
actioncable (5.1.7)
11+
actionpack (= 5.1.7)
12+
nio4r (~> 2.0)
1313
websocket-driver (~> 0.6.1)
14-
actionmailer (5.0.7.2)
15-
actionpack (= 5.0.7.2)
16-
actionview (= 5.0.7.2)
17-
activejob (= 5.0.7.2)
14+
actionmailer (5.1.7)
15+
actionpack (= 5.1.7)
16+
actionview (= 5.1.7)
17+
activejob (= 5.1.7)
1818
mail (~> 2.5, >= 2.5.4)
1919
rails-dom-testing (~> 2.0)
20-
actionpack (5.0.7.2)
21-
actionview (= 5.0.7.2)
22-
activesupport (= 5.0.7.2)
20+
actionpack (5.1.7)
21+
actionview (= 5.1.7)
22+
activesupport (= 5.1.7)
2323
rack (~> 2.0)
24-
rack-test (~> 0.6.3)
24+
rack-test (>= 0.6.3)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
actionview (5.0.7.2)
28-
activesupport (= 5.0.7.2)
27+
actionview (5.1.7)
28+
activesupport (= 5.1.7)
2929
builder (~> 3.1)
30-
erubis (~> 2.7.0)
30+
erubi (~> 1.4)
3131
rails-dom-testing (~> 2.0)
3232
rails-html-sanitizer (~> 1.0, >= 1.0.3)
33-
activejob (5.0.7.2)
34-
activesupport (= 5.0.7.2)
33+
activejob (5.1.7)
34+
activesupport (= 5.1.7)
3535
globalid (>= 0.3.6)
36-
activemodel (5.0.7.2)
37-
activesupport (= 5.0.7.2)
38-
activerecord (5.0.7.2)
39-
activemodel (= 5.0.7.2)
40-
activesupport (= 5.0.7.2)
41-
arel (~> 7.0)
42-
activesupport (5.0.7.2)
36+
activemodel (5.1.7)
37+
activesupport (= 5.1.7)
38+
activerecord (5.1.7)
39+
activemodel (= 5.1.7)
40+
activesupport (= 5.1.7)
41+
arel (~> 8.0)
42+
activesupport (5.1.7)
4343
concurrent-ruby (~> 1.0, >= 1.0.2)
4444
i18n (>= 0.7, < 2)
4545
minitest (~> 5.1)
4646
tzinfo (~> 1.1)
47-
arel (7.1.4)
48-
builder (3.2.3)
47+
arel (8.0.0)
48+
builder (3.2.4)
4949
concurrent-ruby (1.1.5)
50-
crass (1.0.5)
51-
erubis (2.7.0)
50+
crass (1.0.6)
51+
erubi (1.9.0)
5252
globalid (0.4.2)
5353
activesupport (>= 4.2.0)
54-
i18n (1.7.0)
54+
i18n (1.8.2)
5555
concurrent-ruby (~> 1.0)
5656
loofah (2.4.0)
5757
crass (~> 1.0.2)
5858
nokogiri (>= 1.5.9)
5959
mail (2.7.1)
6060
mini_mime (>= 0.1.1)
61-
metaclass (0.0.1)
6261
method_source (0.9.2)
6362
mini_mime (1.0.2)
6463
mini_portile2 (2.4.0)
65-
minitest (5.13.0)
66-
mocha (0.10.3)
67-
metaclass (~> 0.0.1)
64+
minitest (5.14.0)
65+
mocha (1.11.2)
6866
nio4r (2.5.2)
69-
nokogiri (1.10.5)
67+
nokogiri (1.10.7)
7068
mini_portile2 (~> 2.4.0)
71-
rack (2.0.7)
72-
rack-test (0.6.3)
73-
rack (>= 1.0)
74-
rails (5.0.7.2)
75-
actioncable (= 5.0.7.2)
76-
actionmailer (= 5.0.7.2)
77-
actionpack (= 5.0.7.2)
78-
actionview (= 5.0.7.2)
79-
activejob (= 5.0.7.2)
80-
activemodel (= 5.0.7.2)
81-
activerecord (= 5.0.7.2)
82-
activesupport (= 5.0.7.2)
69+
rack (2.1.2)
70+
rack-test (1.1.0)
71+
rack (>= 1.0, < 3)
72+
rails (5.1.7)
73+
actioncable (= 5.1.7)
74+
actionmailer (= 5.1.7)
75+
actionpack (= 5.1.7)
76+
actionview (= 5.1.7)
77+
activejob (= 5.1.7)
78+
activemodel (= 5.1.7)
79+
activerecord (= 5.1.7)
80+
activesupport (= 5.1.7)
8381
bundler (>= 1.3.0)
84-
railties (= 5.0.7.2)
82+
railties (= 5.1.7)
8583
sprockets-rails (>= 2.0.0)
8684
rails-dom-testing (2.0.3)
8785
activesupport (>= 4.2.0)
8886
nokogiri (>= 1.6)
8987
rails-html-sanitizer (1.3.0)
9088
loofah (~> 2.3)
91-
railties (5.0.7.2)
92-
actionpack (= 5.0.7.2)
93-
activesupport (= 5.0.7.2)
89+
railties (5.1.7)
90+
actionpack (= 5.1.7)
91+
activesupport (= 5.1.7)
9492
method_source
9593
rake (>= 0.8.7)
9694
thor (>= 0.18.1, < 2.0)
@@ -102,9 +100,9 @@ GEM
102100
actionpack (>= 4.0)
103101
activesupport (>= 4.0)
104102
sprockets (>= 3.0.0)
105-
thor (0.20.3)
103+
thor (1.0.1)
106104
thread_safe (0.3.6)
107-
tzinfo (1.2.5)
105+
tzinfo (1.2.6)
108106
thread_safe (~> 0.1)
109107
websocket-driver (0.6.5)
110108
websocket-extensions (>= 0.1.0)

prototype-rails.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'prototype-rails'
3-
spec.version = '5.0.0'
3+
spec.version = '5.1.0'
44
spec.summary = 'Prototype, Scriptaculous, and RJS for Ruby on Rails'
55
spec.homepage = 'http://github.com/rails/prototype-rails'
66
spec.author = 'Xavier Noria'
77
spec.email = '[email protected]'
88

99
spec.files = %w(README.md Rakefile Gemfile MIT-LICENSE) + Dir['lib/**/*', 'vendor/**/*']
1010

11-
spec.add_dependency('rails', '~> 5.0.7')
11+
spec.add_dependency('rails', '5.1.7')
1212
spec.add_development_dependency('mocha')
1313
spec.license = "MIT"
1414
end

0 commit comments

Comments
 (0)