Skip to content

Commit

Permalink
windows bundler fun times
Browse files Browse the repository at this point in the history
  • Loading branch information
Carol Nichols committed Mar 15, 2011
1 parent e5896dd commit 46c5c4f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gem "rdiscount"
gem "ostatus"
gem "osub"
gem "opub"
gem "nokogiri", "= 1.4.4.1"

group :development, :test do
gem 'rack-test'
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GEM
activesupport (3.0.5)
addressable (2.2.4)
backports (2.0.2)
bcrypt-ruby (2.1.4)
bcrypt-ruby (2.1.4-x86-mingw32)
bson (1.2.4)
bson_ext (1.2.4)
builder (2.1.2)
Expand All @@ -29,7 +29,7 @@ GEM
rack (>= 1.1.0, < 2)
faraday_middleware (0.3.2)
faraday (~> 0.5.4)
ffi (0.6.3)
ffi (0.6.3-x86-mingw32)
rake (>= 0.8.7)
haml (3.0.25)
hashie (1.0.0)
Expand All @@ -55,7 +55,7 @@ GEM
multi_xml (0.2.1)
multipart-post (1.1.0)
net-ldap (0.1.1)
nokogiri (1.4.4)
nokogiri (1.4.4.1-x86-mingw32)
oa-basic (0.2.0)
multi_json (~> 0.0.2)
nokogiri (~> 1.4.2)
Expand Down Expand Up @@ -166,7 +166,7 @@ GEM
nokogiri (~> 1.3)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
bcrypt-ruby
Expand All @@ -177,6 +177,7 @@ DEPENDENCIES
haml
i18n
mongo_mapper
nokogiri (= 1.4.4.1)
omniauth
opub
ostatus
Expand Down

0 comments on commit 46c5c4f

Please sign in to comment.