Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thbar committed Jun 20, 2012
1 parent 2308fea commit 2b22140
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions advanced/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ source :rubygems
# https://github.com/brianmario/mysql2/pull/242
gem 'mysql2', :git => 'git://github.com/activewarehouse/mysql2.git'

gem 'activewarehouse-etl', '1.0.0.rc1'
gem 'adapter_extensions', '1.0.0.rc1'
gem 'activewarehouse-etl', '1.0.0'
gem 'adapter_extensions', '1.0.0'
gem 'awesome_print'

group :test do
Expand Down
26 changes: 13 additions & 13 deletions advanced/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,34 @@ GIT
GEM
remote: http://rubygems.org/
specs:
activemodel (3.2.2)
activesupport (= 3.2.2)
activemodel (3.2.6)
activesupport (= 3.2.6)
builder (~> 3.0.0)
activerecord (3.2.2)
activemodel (= 3.2.2)
activesupport (= 3.2.2)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activesupport (3.2.2)
activesupport (3.2.6)
i18n (~> 0.6)
multi_json (~> 1.0)
activewarehouse-etl (1.0.0.rc1)
activewarehouse-etl (1.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
adapter_extensions (>= 0.9.5.rc1)
fastercsv (>= 1.2.0)
rake (>= 0.8.3)
adapter_extensions (1.0.0.rc1)
adapter_extensions (1.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
rake (>= 0.8.3)
arel (3.0.2)
awesome_print (1.0.2)
builder (3.0.0)
diff-lcs (1.1.3)
fastercsv (1.5.4)
fastercsv (1.5.5)
i18n (0.6.0)
multi_json (1.1.0)
multi_json (1.3.6)
rake (0.9.2.2)
rspec (2.8.0)
rspec-core (~> 2.8.0)
Expand All @@ -44,14 +44,14 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
tzinfo (0.3.31)
tzinfo (0.3.33)

PLATFORMS
ruby

DEPENDENCIES
activewarehouse-etl (= 1.0.0.rc1)
adapter_extensions (= 1.0.0.rc1)
activewarehouse-etl (= 1.0.0)
adapter_extensions (= 1.0.0)
awesome_print
mysql2!
rspec

0 comments on commit 2b22140

Please sign in to comment.