Skip to content

Commit

Permalink
dropped support for rspec 2.x
Browse files Browse the repository at this point in the history
moved railties dependency from Gemfile to gemspec
  • Loading branch information
EppO committed Mar 2, 2015
1 parent e68438e commit 99c1a8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,12 +1,12 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1.2
- 2.1.5
- 2.2.0
- rbx-2

gemfile:
- gemfiles/rspec2.gemfile
- gemfiles/rspec3.gemfile

notifications:
irc: "irc.freenode.org#cells"
irc: "irc.freenode.org#cells"
3 changes: 1 addition & 2 deletions Gemfile
Expand Up @@ -2,5 +2,4 @@ source 'http://rubygems.org'

gemspec

gem 'railties'
gem 'appraisal'
gem 'appraisal'

0 comments on commit 99c1a8b

Please sign in to comment.