Skip to content

Commit

Permalink
Updating Gemfile platform block.
Browse files Browse the repository at this point in the history
  • Loading branch information
robbielamb committed Nov 1, 2010
1 parent 5a482e0 commit 0983175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ group :development, :test do
gem "rack-debug19", :require => "rack-debug"
end

platforms(:ruby_18) do
platforms(:mri_18) do
gem "ruby-debug"
gem "rack-debug"
end
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yogo-db (0.4.0)
yogo-db (0.5.0)
activesupport
carrierwave
data_mapper (~> 1.0.2)
Expand Down

0 comments on commit 0983175

Please sign in to comment.