From f1b1f5102e51233f3840445d01d4856275078a54 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Tue, 21 Mar 2017 16:25:01 +0100 Subject: [PATCH] Remove the railroady gem (unused) --- Gemfile | 2 -- Gemfile.lock | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 20bc62a0a..09cefe2dd 100644 --- a/Gemfile +++ b/Gemfile @@ -144,8 +144,6 @@ group :development, :test do gem 'spring-commands-rspec' gem 'rspec-rails', '~> 3.0' - gem 'railroady' - gem 'rubocop', require: false gem 'rubocop-checkstyle_formatter', require: false gem 'rubocop-rspec', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 353b2160a..2798bedbc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -436,7 +436,6 @@ GEM rack (>= 1.1) rack-test (0.6.3) rack (>= 1.0) - railroady (1.5.2) rails (5.0.0.1) actioncable (= 5.0.0.1) actionmailer (= 5.0.0.1) @@ -698,7 +697,6 @@ DEPENDENCIES poltergeist pry-byebug rack-handlers - railroady rails (= 5.0.0.1) rails-controller-testing redis @@ -735,4 +733,4 @@ DEPENDENCIES xray-rails BUNDLED WITH - 1.14.4 + 1.14.6