Skip to content

Commit 4d1d6f9

Browse files
nimmolomarcelolx
authored andcommitted
Change dependency to railties
1 parent bb9d978 commit 4d1d6f9

File tree

4 files changed

+9
-78
lines changed

4 files changed

+9
-78
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
gemspec
55

66
rails_version = ENV["RAILS_VERSION"] || "6.1.0"
7-
gem "rails", "~> #{rails_version}"
7+
gem "railties", "~> #{rails_version}"

Gemfile.lock

+6-75
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,25 @@
11
PATH
22
remote: .
33
specs:
4-
requestjs-rails (0.0.10)
5-
rails (>= 6.0.0)
4+
requestjs-rails (0.0.11)
5+
railties (>= 6.1.0)
66

77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (6.1.4)
11-
actionpack (= 6.1.4)
12-
activesupport (= 6.1.4)
13-
nio4r (~> 2.0)
14-
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.1.4)
16-
actionpack (= 6.1.4)
17-
activejob (= 6.1.4)
18-
activerecord (= 6.1.4)
19-
activestorage (= 6.1.4)
20-
activesupport (= 6.1.4)
21-
mail (>= 2.7.1)
22-
actionmailer (6.1.4)
23-
actionpack (= 6.1.4)
24-
actionview (= 6.1.4)
25-
activejob (= 6.1.4)
26-
activesupport (= 6.1.4)
27-
mail (~> 2.5, >= 2.5.4)
28-
rails-dom-testing (~> 2.0)
2910
actionpack (6.1.4)
3011
actionview (= 6.1.4)
3112
activesupport (= 6.1.4)
3213
rack (~> 2.0, >= 2.0.9)
3314
rack-test (>= 0.6.3)
3415
rails-dom-testing (~> 2.0)
3516
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (6.1.4)
37-
actionpack (= 6.1.4)
38-
activerecord (= 6.1.4)
39-
activestorage (= 6.1.4)
40-
activesupport (= 6.1.4)
41-
nokogiri (>= 1.8.5)
4217
actionview (6.1.4)
4318
activesupport (= 6.1.4)
4419
builder (~> 3.1)
4520
erubi (~> 1.4)
4621
rails-dom-testing (~> 2.0)
4722
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48-
activejob (6.1.4)
49-
activesupport (= 6.1.4)
50-
globalid (>= 0.3.6)
51-
activemodel (6.1.4)
52-
activesupport (= 6.1.4)
53-
activerecord (6.1.4)
54-
activemodel (= 6.1.4)
55-
activesupport (= 6.1.4)
56-
activestorage (6.1.4)
57-
actionpack (= 6.1.4)
58-
activejob (= 6.1.4)
59-
activerecord (= 6.1.4)
60-
activesupport (= 6.1.4)
61-
marcel (~> 1.0.0)
62-
mini_mime (>= 1.1.0)
6323
activesupport (6.1.4)
6424
concurrent-ruby (~> 1.0, >= 1.0.2)
6525
i18n (>= 1.6, < 2)
@@ -70,41 +30,21 @@ GEM
7030
concurrent-ruby (1.1.9)
7131
crass (1.0.6)
7232
erubi (1.10.0)
73-
globalid (0.5.2)
74-
activesupport (>= 5.0)
7533
i18n (1.8.10)
7634
concurrent-ruby (~> 1.0)
7735
loofah (2.11.0)
7836
crass (~> 1.0.2)
7937
nokogiri (>= 1.5.9)
80-
mail (2.7.1)
81-
mini_mime (>= 0.1.1)
82-
marcel (1.0.1)
8338
method_source (1.0.0)
84-
mini_mime (1.1.0)
8539
minitest (5.14.4)
86-
nio4r (2.5.8)
40+
nokogiri (1.12.3-x86_64-darwin)
41+
racc (~> 1.4)
8742
nokogiri (1.12.3-x86_64-linux)
8843
racc (~> 1.4)
8944
racc (1.5.2)
9045
rack (2.2.3)
9146
rack-test (1.1.0)
9247
rack (>= 1.0, < 3)
93-
rails (6.1.4)
94-
actioncable (= 6.1.4)
95-
actionmailbox (= 6.1.4)
96-
actionmailer (= 6.1.4)
97-
actionpack (= 6.1.4)
98-
actiontext (= 6.1.4)
99-
actionview (= 6.1.4)
100-
activejob (= 6.1.4)
101-
activemodel (= 6.1.4)
102-
activerecord (= 6.1.4)
103-
activestorage (= 6.1.4)
104-
activesupport (= 6.1.4)
105-
bundler (>= 1.15.0)
106-
railties (= 6.1.4)
107-
sprockets-rails (>= 2.0.0)
10848
rails-dom-testing (2.0.3)
10949
activesupport (>= 4.2.0)
11050
nokogiri (>= 1.6)
@@ -117,26 +57,17 @@ GEM
11757
rake (>= 0.13)
11858
thor (~> 1.0)
11959
rake (13.0.6)
120-
sprockets (4.0.2)
121-
concurrent-ruby (~> 1.0)
122-
rack (> 1, < 3)
123-
sprockets-rails (3.2.2)
124-
actionpack (>= 4.0)
125-
activesupport (>= 4.0)
126-
sprockets (>= 3.0.0)
12760
thor (1.1.0)
12861
tzinfo (2.0.4)
12962
concurrent-ruby (~> 1.0)
130-
websocket-driver (0.7.5)
131-
websocket-extensions (>= 0.1.0)
132-
websocket-extensions (0.1.5)
13363
zeitwerk (2.4.2)
13464

13565
PLATFORMS
66+
x86_64-darwin-18
13667
x86_64-linux
13768

13869
DEPENDENCIES
139-
rails (~> 6.1.0)
70+
railties (~> 6.1.0)
14071
requestjs-rails!
14172

14273
BUNDLED WITH

lib/requestjs/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Requestjs
2-
VERSION = "0.0.10"
2+
VERSION = "0.0.11"
33
end

requestjs-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
99
s.homepage = "https://github.com/marcelolx/requestjs-rails"
1010
s.license = "MIT"
1111

12-
s.add_dependency "rails", ">= 6.0.0"
12+
s.add_dependency "railties", ">= 6.1.0"
1313

1414
s.files = Dir["{app,config,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
1515
end

0 commit comments

Comments
 (0)