Skip to content
This repository has been archived by the owner on Mar 7, 2021. It is now read-only.

Commit

Permalink
No longer bundle my fork of dm-migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 17, 2010
1 parent 71fb255 commit 3f506d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 17 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -6,10 +6,6 @@ RONIN = 'http://github.com/ronin-ruby'

gemspec

# DataMapper dependencies
gem 'dm-migrations', DM_VERSION, :git => 'http://github.com/postmodern/dm-migrations.git',
:branch => 'runner'

# Ronin dependencies
gem 'ronin-support', '~> 0.1.0', :git => "#{RONIN}/ronin-support.git"
gem 'ronin', '~> 1.0.0', :git => "#{RONIN}/ronin.git"
Expand Down
18 changes: 5 additions & 13 deletions Gemfile.lock
@@ -1,11 +1,3 @@
GIT
remote: http://github.com/postmodern/dm-migrations.git
revision: 0fbaeefb1d260ac312d23b13d62c09de89d1f1af
branch: runner
specs:
dm-migrations (1.0.2)
dm-core (~> 1.0.2)

GIT
remote: http://github.com/ronin-ruby/ronin-support.git
revision: 6c89950e62383dbeffca9a2a5c698b1650d27503
Expand All @@ -18,7 +10,7 @@ GIT

GIT
remote: http://github.com/ronin-ruby/ronin.git
revision: f1bf2907a2172741783c2063a3dcae2bc575b4af
revision: 0b645686407f54dc4fb5721fac9b1af6b474bbd7
specs:
ronin (1.0.0)
activesupport (~> 3.0.0)
Expand All @@ -29,14 +21,14 @@ GIT
dm-core (~> 1.0.2)
dm-do-adapter (~> 1.0.2)
dm-is-predefined (~> 0.3.0)
dm-migrations (~> 1.0.2)
dm-serializer (~> 1.0.2)
dm-sqlite-adapter (~> 1.0.2)
dm-tags (~> 1.0.2)
dm-timestamps (~> 1.0.2)
dm-types (~> 1.0.2)
dm-validations (~> 1.0.2)
i18n (~> 0.4.1)
nokogiri (~> 1.4.1)
open_namespace (~> 0.3.0)
parameters (~> 0.2.3)
pullr (~> 0.1.2)
Expand Down Expand Up @@ -82,6 +74,8 @@ GEM
dm-core (~> 1.0.0)
dm-is-read_only (0.2.0)
dm-core (~> 1.0.0)
dm-migrations (1.0.2)
dm-core (~> 1.0.2)
dm-serializer (1.0.2)
dm-core (~> 1.0.2)
fastercsv (~> 1.5.3)
Expand Down Expand Up @@ -111,7 +105,6 @@ GEM
fastercsv (1.5.3)
i18n (0.4.2)
json_pure (1.4.6)
nokogiri (1.4.4)
open_namespace (0.3.0)
ore-core (0.1.0)
ore-tasks (0.2.0)
Expand All @@ -132,7 +125,7 @@ GEM
rspec-expectations (= 2.0.0)
ruby-graphviz (0.9.17)
stringex (1.1.0)
thor (0.14.4)
thor (0.14.6)
tzinfo (0.3.23)
uri-query_params (0.5.2)
uuidtools (2.1.1)
Expand All @@ -146,7 +139,6 @@ DEPENDENCIES
bundler (~> 1.0.0)
data_paths (~> 0.2.1)
dm-is-read_only (~> 0.2.0)
dm-migrations (~> 1.0.2)!
dm-visualizer (~> 0.1.0)
open_namespace (~> 0.3.0)
ore-core (~> 0.1.0)
Expand Down

0 comments on commit 3f506d6

Please sign in to comment.