File tree 3 files changed +26
-25
lines changed
3 files changed +26
-25
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- Remove support for EOL'd Rails version 4.2
8
8
- Remove support for Travis CI and replaced with Github Actions
9
+ - Remove support for EOL'd Rails versions 5.0 and 5.1
9
10
10
11
## [ 3.1.2] - 2019-05-20
11
12
Original file line number Diff line number Diff line change 43
43
coderay (1.1.3 )
44
44
concurrent-ruby (1.1.7 )
45
45
crass (1.0.6 )
46
- diff-lcs (1.4.4 )
47
- erubi (1.9 .0 )
46
+ diff-lcs (1.5.0 )
47
+ erubi (1.12 .0 )
48
48
i18n (1.8.5 )
49
49
concurrent-ruby (~> 1.0 )
50
- loofah (2.7.0 )
50
+ loofah (2.19.1 )
51
51
crass (~> 1.0.2 )
52
52
nokogiri (>= 1.5.9 )
53
53
method_source (1.0.0 )
66
66
rails-dom-testing (2.0.3 )
67
67
activesupport (>= 4.2.0 )
68
68
nokogiri (>= 1.6 )
69
- rails-html-sanitizer (1.3 .0 )
70
- loofah (~> 2.3 )
69
+ rails-html-sanitizer (1.5 .0 )
70
+ loofah (~> 2.19 , >= 2.19.1 )
71
71
railties (6.0.3.3 )
72
72
actionpack (= 6.0.3.3 )
73
73
activesupport (= 6.0.3.3 )
76
76
thor (>= 0.20.3 , < 2.0 )
77
77
rake (13.0.1 )
78
78
regexp_parser (1.8.1 )
79
- rspec-core (3.9.3 )
80
- rspec-support (~> 3.9.3 )
81
- rspec-expectations (3.9 .2 )
79
+ rspec-core (3.12.1 )
80
+ rspec-support (~> 3.12.0 )
81
+ rspec-expectations (3.12 .2 )
82
82
diff-lcs (>= 1.2.0 , < 2.0 )
83
- rspec-support (~> 3.9 .0 )
84
- rspec-mocks (3.9.1 )
83
+ rspec-support (~> 3.12 .0 )
84
+ rspec-mocks (3.12.4 )
85
85
diff-lcs (>= 1.2.0 , < 2.0 )
86
- rspec-support (~> 3.9 .0 )
87
- rspec-rails (3.9.1 )
88
- actionpack (>= 3.0 )
89
- activesupport (>= 3.0 )
90
- railties (>= 3.0 )
91
- rspec-core (~> 3.9.0 )
92
- rspec-expectations (~> 3.9.0 )
93
- rspec-mocks (~> 3.9.0 )
94
- rspec-support (~> 3.9.0 )
95
- rspec-support (3.9.3 )
86
+ rspec-support (~> 3.12 .0 )
87
+ rspec-rails (4.0.2 )
88
+ actionpack (>= 4.2 )
89
+ activesupport (>= 4.2 )
90
+ railties (>= 4.2 )
91
+ rspec-core (~> 3.10 )
92
+ rspec-expectations (~> 3.10 )
93
+ rspec-mocks (~> 3.10 )
94
+ rspec-support (~> 3.10 )
95
+ rspec-support (3.12.0 )
96
96
thor (1.0.1 )
97
97
thread_safe (0.3.6 )
98
98
tzinfo (1.2.7 )
@@ -105,12 +105,12 @@ PLATFORMS
105
105
ruby
106
106
107
107
DEPENDENCIES
108
- activesupport (>= 5.0 )
108
+ activesupport (>= 5.2 )
109
109
appraisal
110
110
capybara
111
111
high_voltage !
112
112
pry
113
- rspec-rails (~> 3.5 )
113
+ rspec-rails (~> 4.0.0 )
114
114
115
115
BUNDLED WITH
116
- 2.1.2
116
+ 2.2.33
Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ Gem::Specification.new do |s|
21
21
s . test_files = [ ]
22
22
s . require_paths = [ "lib" ]
23
23
24
- s . add_development_dependency ( 'activesupport' , '>= 5.0 ' )
24
+ s . add_development_dependency ( 'activesupport' , '>= 5.2 ' )
25
25
s . add_development_dependency ( 'appraisal' )
26
26
s . add_development_dependency ( 'capybara' )
27
27
s . add_development_dependency ( 'pry' )
28
- s . add_development_dependency ( 'rspec-rails' , '~> 3.5 ' )
28
+ s . add_development_dependency ( 'rspec-rails' , '~> 4.0.0 ' )
29
29
end
You can’t perform that action at this time.
0 commit comments