File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,11 @@ language: ruby
2
2
rvm :
3
3
- 1.9.3
4
4
- 2.0.0
5
- - 2.1.2
5
+ - 2.1.5
6
+ - 2.2.0
6
7
env :
7
- - RAILS_VERSION="~> 3.2.0"
8
8
- RAILS_VERSION="~> 4.0.0"
9
9
- RAILS_VERSION="~> 4.1.0"
10
+ - RAILS_VERSION="~> 4.2.0"
10
11
before_script :
11
12
- travis_retry gem install rails --version "$RAILS_VERSION"
Original file line number Diff line number Diff line change 13
13
confuse commands which try to parse ` $0 ` . This caused the
14
14
spring-commands-rspec to not work properly in some cases. Issue #369 .
15
15
* Add OpenBSD compatibility for ` spring status ` . Issue #299 .
16
+ * Rails 3.2 no longer officially supported (but it may continue to work)
16
17
17
18
## 1.2.0
18
19
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class AcceptanceTest < ActiveSupport::TestCase
13
13
DEFAULT_SPEEDUP = 0.8
14
14
15
15
def rails_version
16
- ENV [ 'RAILS_VERSION' ] || '~> 4.0 .0'
16
+ ENV [ 'RAILS_VERSION' ] || '~> 4.2 .0'
17
17
end
18
18
19
19
# Extension point for spring-watchers-listen
You can’t perform that action at this time.
0 commit comments