From 8cb5fc1196bc36eee8792de90951763dacd8a6c3 Mon Sep 17 00:00:00 2001 From: Rimian Perkins Date: Fri, 3 Feb 2017 11:48:01 +1100 Subject: [PATCH] move gems into global --- Gemfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 97401a0..8809598 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,4 @@ source 'https://rubygems.org' gem 'rails', '~> 4.2.7.1' - -group :development, :test do - gem 'rspec-rails' -end +gem 'rspec-rails'