Skip to content

Commit

Permalink
Bump gems
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo committed Jul 30, 2011
1 parent d48945d commit 2f72d50
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 21 deletions.
8 changes: 3 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
source 'http://rubygems.org'

gem 'cramp', :path => File.dirname(__FILE__)
gemspec

gem 'activesupport', '3.0.4'
gem 'rack', '~> 1.2.1'
gem 'eventmachine', '~> 0.12.10'
gem 'cramp', :path => File.dirname(__FILE__)

group :test do
gem 'http_router'
end

group :example do
gem 'activerecord', '3.0.4'
gem 'activerecord', '~> 3.0.9'
gem 'mysql2'

gem 'em-http-request'
Expand Down
27 changes: 12 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@ PATH
remote: .
specs:
cramp (0.12)
activesupport (~> 3.0.4)
activesupport (~> 3.0.9)
eventmachine (~> 0.12.10)
rack (~> 1.2.1)

GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
activemodel (3.0.4)
activesupport (= 3.0.4)
activemodel (3.0.9)
activesupport (= 3.0.9)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.4)
activemodel (= 3.0.4)
activesupport (= 3.0.4)
arel (~> 2.0.2)
i18n (~> 0.5.0)
activerecord (3.0.9)
activemodel (= 3.0.9)
activesupport (= 3.0.9)
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.4)
activesupport (3.0.9)
addressable (2.2.4)
arel (2.0.8)
arel (2.0.10)
builder (2.1.2)
daemons (1.1.0)
em-http-request (0.3.0)
Expand All @@ -48,7 +48,7 @@ GEM
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
tzinfo (0.3.24)
tzinfo (0.3.29)
unicorn (3.4.0)
kgio (~> 2.2)
rack
Expand All @@ -60,16 +60,13 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 3.0.4)
activesupport (= 3.0.4)
activerecord (~> 3.0.9)
cramp!
em-http-request
em-synchrony
erubis
eventmachine (~> 0.12.10)
http_router
mysql2
rack (~> 1.2.1)
rainbows
thin (~> 1.2.7)
yajl-ruby
2 changes: 1 addition & 1 deletion cramp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.email = 'pratiknaik@gmail.com'
s.homepage = 'http://m.onkey.org'

s.add_dependency('activesupport', '~> 3.0.4')
s.add_dependency('activesupport', '~> 3.0.9')
s.add_dependency('rack', '~> 1.2.1')
s.add_dependency('eventmachine', '~> 0.12.10')

Expand Down

0 comments on commit 2f72d50

Please sign in to comment.