Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Updating Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikel committed Sep 10, 2010
1 parent 0ce3417 commit ddb9f72
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
source 'http://rubygems.org'
source :rubygems

gem "activesupport", "~> 2.3.6.pre"
gem "tlsmail" if RUBY_VERSION <= '1.8.6'
gem "mime-types"
gem "treetop", ">= 1.4.5"
gem "mime-types", "~> 1.16"
gem "treetop", "~> 1.4.8"

group :test do
gem "rcov"
gem "rake"
gem "ZenTest", "~> 4.4.0"
gem "rcov", "~> 0.9.8"
gem "rake", "~> 0.8.7"
gem "bundler"
gem "cucumber"
gem "rspec"
gem "rspec", "~> 1.3.0"
gem "diff-lcs"
case
when defined?(RUBY_ENGINE) && RUBY_ENGINE == 'rbx'
Expand All @@ -24,5 +24,4 @@ group :test do
else
# Skip it
end
gem "ZenTest"
end
27 changes: 27 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
GEM
remote: http://rubygems.org/
specs:
ZenTest (4.4.0)
activesupport (2.3.9)
diff-lcs (1.1.2)
mime-types (1.16)
polyglot (0.3.1)
rake (0.8.7)
rcov (0.9.8)
rspec (1.3.0)
treetop (1.4.8)
polyglot (>= 0.3.1)

PLATFORMS
ruby

DEPENDENCIES
ZenTest (~> 4.4.0)
activesupport (~> 2.3.6.pre)
bundler
diff-lcs
mime-types (~> 1.16)
rake (~> 0.8.7)
rcov (~> 0.9.8)
rspec (~> 1.3.0)
treetop (~> 1.4.8)

0 comments on commit ddb9f72

Please sign in to comment.