Bump to Ruby 1.9.3 and Debugger Gem since they are supported by Xcode 4.3+ out of the box

This commit is contained in:
Blake Watters
2012-08-07 17:00:02 -04:00
parent 6cc54fae9f
commit c5a4bb1697
3 changed files with 10 additions and 16 deletions

2
.rvmrc
View File

@@ -1 +1 @@
rvm use 1.9.2@RestKit
rvm use 1.9.3@RestKit

View File

@@ -6,7 +6,7 @@ gem "sinatra", :git => "git://github.com/sinatra/sinatra.git"
gem "thin", "~> 1.3.1"
gem 'xcoder', :git => "git://github.com/rayh/xcoder.git"
gem 'restkit', :git => 'git://github.com/RestKit/RestKit-Gem.git'
gem 'ruby-debug19'
gem 'debugger', '1.2.0'
gem 'faker', '1.0.1'
## OAuth stuff

View File

@@ -45,13 +45,19 @@ GIT
GEM
remote: http://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
bson (1.6.2)
bson_ext (1.6.2)
bson (~> 1.6.2)
builder (3.0.0)
columnize (0.3.6)
daemons (1.1.8)
debugger (1.2.0)
columnize (>= 0.3.1)
debugger-linecache (~> 1.1.1)
debugger-ruby_core_source (~> 1.1.3)
debugger-linecache (1.1.2)
debugger-ruby_core_source (>= 1.1.1)
debugger-ruby_core_source (1.1.3)
diff-lcs (1.1.3)
eventmachine (0.12.10)
faker (1.0.1)
@@ -60,8 +66,6 @@ GEM
json (1.7.3)
jwt (0.1.4)
json (>= 1.2.4)
linecache19 (0.5.12)
ruby_core_source (>= 0.1.4)
mime-types (1.18)
mongo (1.6.2)
bson (~> 1.6.2)
@@ -83,16 +87,6 @@ GEM
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
ruby-debug-base19 (0.11.25)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby_core_source (>= 0.1.4)
ruby-debug19 (0.11.6)
columnize (>= 0.3.1)
linecache19 (>= 0.5.11)
ruby-debug-base19 (>= 0.11.19)
ruby_core_source (0.1.5)
archive-tar-minitar (>= 0.5.2)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
@@ -104,6 +98,7 @@ PLATFORMS
DEPENDENCIES
bundler (~> 1.1.0)
debugger (= 1.2.0)
faker (= 1.0.1)
mongo
rack-oauth2-server!
@@ -111,7 +106,6 @@ DEPENDENCIES
rake (~> 0.9.0)
restkit!
rspec
ruby-debug19
simple_oauth!
sinatra!
thin (~> 1.3.1)