diff --git a/admin/Gemfile b/admin/Gemfile index 7ca5eda28..8a4306801 100644 --- a/admin/Gemfile +++ b/admin/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/' devenv = ENV["BUILD_NUMBER"].nil? # Jenkins sets a build number environment variable diff --git a/db/Gemfile b/db/Gemfile index 45bf466d6..0b7addf09 100644 --- a/db/Gemfile +++ b/db/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' # Assumes you have already cloned pg_migrate_ruby in your workspace # $ cd [workspace] diff --git a/web/Gemfile b/web/Gemfile index ac5e4551f..93b0ffd53 100644 --- a/web/Gemfile +++ b/web/Gemfile @@ -1,4 +1,4 @@ -source 'https://rubygems.org' +source 'http://rubygems.org' unless ENV["LOCAL_DEV"] == "1" source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/'