From 6905fdae669ad204767592ae6c94bdd454aa8225 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 21 Dec 2012 16:04:23 +0100 Subject: [PATCH] Use https for gists --- Gemfile | 2 +- Gemfile.lock | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index d0b2ca61a..37ff6ac3a 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index e090bf8d9..a66e1d401 100644 --- a/Gemfile.lock +++ b/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 @@ -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: @@ -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) @@ -142,6 +143,7 @@ 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) @@ -149,6 +151,7 @@ GEM 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) @@ -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)