Skip to content

Commit

Permalink
Merge pull request #211 from fusion94/kandan-208
Browse files Browse the repository at this point in the history
Update out of date gems Fixes #208. Now supports Ruby 2.0.0
  • Loading branch information
donthorp committed Mar 13, 2013
2 parents 8b49252 + 712ef34 commit fc93ad8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
script: 'bundle exec rake db:migrate && bundle exec rspec spec/'
rvm:
- 2.0.0
- 1.9.3
env:
notifications:
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source 'https://rubygems.org'

ruby '1.9.3'

# Core gems
gem 'rails', '3.2.12'

Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ GEM
addressable (2.3.3)
arel (3.0.2)
awesome_print (1.1.0)
aws-sdk (1.8.3.1)
aws-sdk (1.8.4)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
bcrypt-ruby (3.0.1)
better_errors (0.7.0)
better_errors (0.7.2)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.1)
Expand Down Expand Up @@ -73,7 +73,7 @@ GEM
colorize (0.5.8)
columnize (0.3.6)
cookiejar (0.3.0)
coveralls (0.6.0)
coveralls (0.6.2)
colorize
multi_json (~> 1.3)
rest-client
Expand All @@ -82,7 +82,7 @@ GEM
daemons (1.1.9)
database_cleaner (0.9.1)
debug_inspector (0.0.2)
debugger (1.3.3)
debugger (1.4.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.2.0)
Expand Down Expand Up @@ -144,7 +144,7 @@ GEM
hike (1.2.1)
http_parser.rb (0.5.3)
i18n (0.6.4)
jasmine (1.3.1)
jasmine (1.3.2)
jasmine-core (~> 1.3.1)
rack (~> 1.0)
rspec (>= 1.3.1)
Expand All @@ -160,7 +160,7 @@ GEM
activesupport (>= 3.0.0)
kandan-count (1.1.0)
kandan-count-dev (1.1.0)
launchy (2.1.2)
launchy (2.2.0)
addressable (~> 2.3)
listen (0.7.3)
lumberjack (1.0.2)
Expand Down

0 comments on commit fc93ad8

Please sign in to comment.