diff options
| author | Alban Peignier | 2017-04-11 21:37:16 +0200 |
|---|---|---|
| committer | Alban Peignier | 2017-04-11 21:37:16 +0200 |
| commit | b06f35fd18c7eb306aee37bb77199d04452322d6 (patch) | |
| tree | 282ec1af777cc62592bd444ed198c9bd1dfd2ee4 | |
| parent | 73ba7b730ad24516050da6b9e0b05fff749ff9a8 (diff) | |
| download | chouette-core-b06f35fd18c7eb306aee37bb77199d04452322d6.tar.bz2 | |
Remove guard/guard-rspec to avoid ruby_dep dependency and ruby version >= 2.2.5. Refs #3017
| -rw-r--r-- | Gemfile | 5 | ||||
| -rw-r--r-- | Gemfile.lock | 32 |
2 files changed, 3 insertions, 34 deletions
@@ -135,8 +135,9 @@ group :development do gem 'capistrano', '2.13.5' gem 'capistrano-ext' gem 'capistrano-npm', require: false - gem 'guard' - gem 'guard-rspec', "~> 4.5.0" + # Issue #3017 Requires ruby_dep which requires ruby > 2.2.3 + # gem 'guard' + # gem 'guard-rspec', "~> 4.5.0" gem 'rails-erd' # MetaRequest is incompatible with rgeo-activerecord # gem 'meta_request' diff --git a/Gemfile.lock b/Gemfile.lock index 3ef0da990..231afaf1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,6 @@ GEM ffi (>= 1.0.0) font-awesome-sass (4.7.0) sass (>= 3.2) - formatador (0.2.5) formtastic (3.1.5) actionpack (>= 3.2.13) geokit (1.6.7) @@ -254,20 +253,6 @@ GEM globalid (0.3.7) activesupport (>= 4.1.0) google-analytics-rails (1.1.0) - guard (2.14.0) - formatador (>= 0.2.4) - listen (>= 2.7, < 4.0) - lumberjack (~> 1.0) - nenv (~> 0.1) - notiffany (~> 0.0) - pry (>= 0.9.12) - shellany (~> 0.0) - thor (>= 0.18.1) - guard-compat (1.2.1) - guard-rspec (4.5.2) - guard (~> 2.1) - guard-compat (~> 1.1) - rspec (>= 2.99.0, < 4.0) has_scope (0.6.0) actionpack (>= 3.2, < 5) activesupport (>= 3.2, < 5) @@ -310,13 +295,8 @@ GEM rubyzip thor xml-simple - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) loofah (2.0.3) nokogiri (>= 1.5.9) - lumberjack (1.0.10) mail (2.6.4) mime-types (>= 1.16, < 4) map_layers (0.0.4) @@ -331,7 +311,6 @@ GEM multi_test (0.1.2) multi_xml (0.6.0) multipart-post (2.0.0) - nenv (0.3.0) net-scp (1.2.1) net-ssh (>= 2.6.5) net-sftp (2.1.2) @@ -342,9 +321,6 @@ GEM newrelic_rpm (3.17.1.326) nokogiri (1.7.1) mini_portile2 (~> 2.1.0) - notiffany (0.1.1) - nenv (~> 0.1) - shellany (~> 0.0) open4 (1.3.4) orm_adapter (0.5.0) parser (2.3.3.1) @@ -447,10 +423,6 @@ GEM roo (2.5.1) nokogiri (~> 1) rubyzip (~> 1.1, < 2.0.0) - rspec (3.5.0) - rspec-core (~> 3.5.0) - rspec-expectations (~> 3.5.0) - rspec-mocks (~> 3.5.0) rspec-core (3.5.4) rspec-support (~> 3.5.0) rspec-expectations (3.5.0) @@ -469,7 +441,6 @@ GEM rspec-support (~> 3.5.0) rspec-support (3.5.0) ruby-graphviz (1.2.2) - ruby_dep (1.5.0) rubycas-client (2.3.9) activesupport rubyzip (1.1.7) @@ -488,7 +459,6 @@ GEM rdoc (~> 4.0) select2-rails (4.0.3) thor (~> 0.14) - shellany (0.0.1) shoulda-matchers (3.1.1) activesupport (>= 4.0.0) sidekiq (4.2.7) @@ -631,8 +601,6 @@ DEPENDENCIES georuby (= 2.3.0) georuby-ext (= 0.0.5) google-analytics-rails - guard - guard-rspec (~> 4.5.0) has_array_of! i18n-tasks inherited_resources |
