Skip to content

Commit

Permalink
Merge pull request #1394 from ruby-agent/the-reckoning
Browse files Browse the repository at this point in the history
2.2.4 -> 2.2.5 and no more guard [RELEASE]
  • Loading branch information
kenichi committed Aug 16, 2016
2 parents b0b0690 + 6feadb7 commit d9a7c2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ rvm:
- jruby-1.7.23
- jruby-9.0.4.0
- 2.3.1
- 2.2.4
- 2.2.5
- 2.1.8
- 2.0.0-p648
- 1.9.3
Expand Down Expand Up @@ -107,11 +107,11 @@ matrix:
env: TYPE=UNIT ENVIRONMENT=rails23

# 2.2
- rvm: 2.2.4
- rvm: 2.2.5
env: TYPE=UNIT ENVIRONMENT=rails21
- rvm: 2.2.4
- rvm: 2.2.5
env: TYPE=UNIT ENVIRONMENT=rails22
- rvm: 2.2.4
- rvm: 2.2.5
env: TYPE=UNIT ENVIRONMENT=rails23

# 2.1
Expand Down
8 changes: 0 additions & 8 deletions newrelic_rpm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,6 @@ EOS
s.add_development_dependency 'pry', '~> 0.9.12'
s.add_development_dependency 'hometown', '~> 0.2.5'

# Only let Guard run on newer Rubies
if RUBY_VERSION >= "1.9.3"
s.add_development_dependency 'guard'
s.add_development_dependency 'listen', '< 3.1' if RUBY_VERSION < "2.2.3"
s.add_development_dependency 'guard-minitest'
s.add_development_dependency 'rb-fsevent'
end

# rack-cache ~> 1.2 is specified by actionpack 3.2, but rack-cache 1.3.1 only works on Ruby 1.9.3 & newer. :(
# https://github.com/rtomayko/rack-cache/issues/124
if RUBY_VERSION < "1.9.3"
Expand Down

0 comments on commit d9a7c2d

Please sign in to comment.