Skip to content

Commit 58a859b

Browse files
committed
Update gems
1 parent 6cfccc1 commit 58a859b

File tree

3 files changed

+53
-51
lines changed

3 files changed

+53
-51
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ gemspec
44

55
gem 'railties'
66
gem 'selectize-rails'
7-
gem 'coffee-rails', '~> 4.2'
7+
gem 'coffee-rails', '~> 5.0'

Gemfile.lock

Lines changed: 49 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,97 +2,99 @@ PATH
22
remote: .
33
specs:
44
selectize-ajax (0.1.9)
5-
coffee-rails (~> 4.2)
5+
coffee-rails (~> 5.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionpack (5.2.2)
11-
actionview (= 5.2.2)
12-
activesupport (= 5.2.2)
13-
rack (~> 2.0)
10+
actionpack (6.0.3.2)
11+
actionview (= 6.0.3.2)
12+
activesupport (= 6.0.3.2)
13+
rack (~> 2.0, >= 2.0.8)
1414
rack-test (>= 0.6.3)
1515
rails-dom-testing (~> 2.0)
16-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
17-
actionview (5.2.2)
18-
activesupport (= 5.2.2)
16+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
17+
actionview (6.0.3.2)
18+
activesupport (= 6.0.3.2)
1919
builder (~> 3.1)
2020
erubi (~> 1.4)
2121
rails-dom-testing (~> 2.0)
22-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
23-
activesupport (5.2.2)
22+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
23+
activesupport (6.0.3.2)
2424
concurrent-ruby (~> 1.0, >= 1.0.2)
2525
i18n (>= 0.7, < 2)
2626
minitest (~> 5.1)
2727
tzinfo (~> 1.1)
28-
builder (3.2.3)
29-
coffee-rails (4.2.2)
28+
zeitwerk (~> 2.2, >= 2.2.2)
29+
builder (3.2.4)
30+
coffee-rails (5.0.0)
3031
coffee-script (>= 2.2.0)
31-
railties (>= 4.0.0)
32+
railties (>= 5.2.0)
3233
coffee-script (2.4.1)
3334
coffee-script-source
3435
execjs
3536
coffee-script-source (1.12.2)
36-
concurrent-ruby (1.1.4)
37-
crass (1.0.4)
38-
diff-lcs (1.3)
39-
erubi (1.8.0)
37+
concurrent-ruby (1.1.7)
38+
crass (1.0.6)
39+
diff-lcs (1.4.4)
40+
erubi (1.9.0)
4041
execjs (2.7.0)
41-
i18n (1.3.0)
42+
i18n (1.8.5)
4243
concurrent-ruby (~> 1.0)
43-
loofah (2.2.3)
44+
loofah (2.6.0)
4445
crass (~> 1.0.2)
4546
nokogiri (>= 1.5.9)
46-
method_source (0.9.2)
47+
method_source (1.0.0)
4748
mini_portile2 (2.4.0)
48-
minitest (5.11.3)
49-
nokogiri (1.9.1)
49+
minitest (5.14.1)
50+
nokogiri (1.10.10)
5051
mini_portile2 (~> 2.4.0)
51-
rack (2.0.6)
52+
rack (2.2.3)
5253
rack-test (1.1.0)
5354
rack (>= 1.0, < 3)
5455
rails-dom-testing (2.0.3)
5556
activesupport (>= 4.2.0)
5657
nokogiri (>= 1.6)
57-
rails-html-sanitizer (1.0.4)
58-
loofah (~> 2.2, >= 2.2.2)
59-
railties (5.2.2)
60-
actionpack (= 5.2.2)
61-
activesupport (= 5.2.2)
58+
rails-html-sanitizer (1.3.0)
59+
loofah (~> 2.3)
60+
railties (6.0.3.2)
61+
actionpack (= 6.0.3.2)
62+
activesupport (= 6.0.3.2)
6263
method_source
6364
rake (>= 0.8.7)
64-
thor (>= 0.19.0, < 2.0)
65-
rake (10.5.0)
66-
rspec (3.8.0)
67-
rspec-core (~> 3.8.0)
68-
rspec-expectations (~> 3.8.0)
69-
rspec-mocks (~> 3.8.0)
70-
rspec-core (3.8.0)
71-
rspec-support (~> 3.8.0)
72-
rspec-expectations (3.8.2)
65+
thor (>= 0.20.3, < 2.0)
66+
rake (12.3.3)
67+
rspec (3.9.0)
68+
rspec-core (~> 3.9.0)
69+
rspec-expectations (~> 3.9.0)
70+
rspec-mocks (~> 3.9.0)
71+
rspec-core (3.9.2)
72+
rspec-support (~> 3.9.3)
73+
rspec-expectations (3.9.2)
7374
diff-lcs (>= 1.2.0, < 2.0)
74-
rspec-support (~> 3.8.0)
75-
rspec-mocks (3.8.0)
75+
rspec-support (~> 3.9.0)
76+
rspec-mocks (3.9.1)
7677
diff-lcs (>= 1.2.0, < 2.0)
77-
rspec-support (~> 3.8.0)
78-
rspec-support (3.8.0)
78+
rspec-support (~> 3.9.0)
79+
rspec-support (3.9.3)
7980
selectize-rails (0.12.6)
80-
thor (0.20.3)
81+
thor (1.0.1)
8182
thread_safe (0.3.6)
82-
tzinfo (1.2.5)
83+
tzinfo (1.2.7)
8384
thread_safe (~> 0.1)
85+
zeitwerk (2.4.0)
8486

8587
PLATFORMS
8688
ruby
8789

8890
DEPENDENCIES
89-
bundler (~> 1.13)
90-
coffee-rails (~> 4.2)
91+
bundler (>= 1.6, < 3)
92+
coffee-rails (~> 5.0)
9193
railties
92-
rake (~> 10.0)
94+
rake (~> 12)
9395
rspec (~> 3.0)
9496
selectize-ajax!
9597
selectize-rails
9698

9799
BUNDLED WITH
98-
1.16.2
100+
1.17.2

selectize-ajax.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Gem::Specification.new do |spec|
2121
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2222
spec.require_paths = ['lib']
2323

24-
spec.add_development_dependency 'bundler', '~> 1.13'
25-
spec.add_development_dependency 'rake', '~> 10.0'
24+
spec.add_development_dependency 'bundler', '>= 1.6', '< 3'
2625
spec.add_development_dependency 'rspec', '~> 3.0'
26+
spec.add_development_dependency 'rake', '~> 12'
2727

28-
spec.add_dependency('coffee-rails', '~> 4.2')
28+
spec.add_dependency('coffee-rails', '~> 5.0')
2929
end

0 commit comments

Comments
 (0)