diff --git a/ruby/Gemfile b/ruby/Gemfile index 1bc5a2511..86c0ca399 100644 --- a/ruby/Gemfile +++ b/ruby/Gemfile @@ -4,7 +4,6 @@ unless ENV["LOCAL_DEV"] == "1" source 'https://jamjam:blueberryjam@int.jamkazam.com/gems/' end -# Look for $WORKSPACE, otherwise use "workspace" as dev path. devenv = ENV["BUILD_NUMBER"].nil? # Jenkins sets a build number environment variable gem 'pg', '0.15.1', :platform => [:mri, :mswin, :mingw]