Skip to content

Commit

Permalink
Bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmoss committed Mar 20, 2012
1 parent 3d70e03 commit 6ffb673
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -2,10 +2,6 @@ source "http://rubygems.org"

gemspec

if RUBY_VERSION < '1.9'
gem "ruby-debug", ">= 0.10.3"
end

gem 'sdoc'
gem 'rake'
gem 'shoulda'
Expand Down
40 changes: 22 additions & 18 deletions Gemfile.lock
@@ -1,40 +1,44 @@
PATH
remote: .
specs:
bitmask_attributes (0.2.3)
bitmask_attributes (0.2.4)
activerecord (~> 3.0)

GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.3)
activesupport (= 3.1.3)
activemodel (3.2.2)
activesupport (= 3.2.2)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
activerecord (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.1.3)
activesupport (3.2.2)
i18n (~> 0.6)
multi_json (~> 1.0)
ansi (1.4.1)
arel (2.2.1)
ansi (1.4.2)
arel (3.0.2)
builder (3.0.0)
i18n (0.6.0)
json (1.6.1)
multi_json (1.0.3)
json (1.6.5)
multi_json (1.1.0)
rake (0.9.2.2)
rdoc (3.11)
rdoc (3.12)
json (~> 1.4)
sdoc (0.3.16)
json (>= 1.1.3)
rdoc (~> 3.10)
shoulda (2.11.3)
sqlite3 (1.3.4)
turn (0.8.3)
shoulda (3.0.1)
shoulda-context (~> 1.0.0)
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.0)
shoulda-matchers (1.0.0)
sqlite3 (1.3.5)
turn (0.9.4)
ansi
tzinfo (0.3.31)
tzinfo (0.3.32)

PLATFORMS
ruby
Expand Down

0 comments on commit 6ffb673

Please sign in to comment.