Skip to content

Commit

Permalink
Use https for gists
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Dec 21, 2012
1 parent ebd396d commit 6905fda
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -35,6 +35,6 @@ group :test do
end

group :development, :test do
gem 'micro_migrations', git: 'git://gist.github.com/2087829.git'
gem 'micro_migrations', git: 'https://gist.github.com/2087829.git'
gem 'data_migrations', '~> 0.0.1'
end
19 changes: 13 additions & 6 deletions Gemfile.lock
@@ -1,9 +1,3 @@
GIT
remote: git://gist.github.com/2087829.git
revision: c766c06b0bdbda3bd96c3f4e376249cafcbbfaaa
specs:
micro_migrations (0.0.1)

GIT
remote: git://github.com/jamesgolick/rollout.git
revision: 3e7312cc018061b1ac6a8aeb9f11bbd0331da889
Expand Down Expand Up @@ -80,6 +74,12 @@ GIT
specs:
travis-support (0.0.1)

GIT
remote: https://gist.github.com/2087829.git
revision: c766c06b0bdbda3bd96c3f4e376249cafcbbfaaa
specs:
micro_migrations (0.0.1)

GEM
remote: http://rubygems.org/
specs:
Expand Down Expand Up @@ -113,6 +113,7 @@ GEM
multi_json (~> 1.0)
addressable (2.3.2)
arel (3.0.2)
atomic (1.0.1)
atomic (1.0.1-java)
avl_tree (1.1.3)
backports (2.6.5)
Expand Down Expand Up @@ -142,13 +143,15 @@ GEM
guard (>= 1.1)
hashr (0.0.22)
hike (1.2.1)
hitimes (1.1.1)
hitimes (1.1.1-java)
hot_bunnies (1.4.0-java)
i18n (0.6.1)
jdbc-postgres (9.1.901)
journey (1.0.4)
jruby-openssl (0.7.7)
bouncy-castle-java (>= 1.5.0146.1)
json (1.7.5)
json (1.7.5-java)
listen (0.6.0)
lumberjack (1.0.2)
Expand Down Expand Up @@ -178,6 +181,10 @@ GEM
actionmailer
postmark (>= 0.9.0)
rake
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
pry (0.9.10-java)
coderay (~> 1.0.5)
method_source (~> 0.8)
Expand Down

0 comments on commit 6905fda

Please sign in to comment.