Browse Source

Remove redundant dependencies from Gemfile's

Daniel Vartanov 8 years ago
parent
commit
293be6d871
3 changed files with 1 additions and 13 deletions
  1. 0 4
      Gemfile
  2. 0 2
      Gemfile_ar40threadsafe
  3. 1 7
      Gemfile_ar50

+ 0 - 4
Gemfile

@@ -1,7 +1,3 @@
 source "https://rubygems.org"
 source "https://rubygems.org"
 
 
 gemspec
 gemspec
-
-gem "activeresource", '~> 4.0.0'
-
-gem 'minitest', "~> 4.2"

+ 0 - 2
Gemfile_ar40threadsafe

@@ -3,5 +3,3 @@ source "https://rubygems.org"
 gemspec
 gemspec
 
 
 gem 'activeresource', :git => 'git://github.com/Shopify/activeresource', tag: '4.0-threadsafe'
 gem 'activeresource', :git => 'git://github.com/Shopify/activeresource', tag: '4.0-threadsafe'
-
-gem 'minitest', "~> 4.2"

+ 1 - 7
Gemfile_ar50

@@ -2,10 +2,4 @@ source "https://rubygems.org"
 
 
 gemspec
 gemspec
 
 
-gem 'activeresource', git: 'git://github.com/rails/activeresource', ref: 'c3cd2b535b7c5cdc12cc6a3c1e11be6c74ffa179'
-
-gem 'minitest', "~> 5.1"
-gem 'activesupport', github: 'rails/rails'
-gem 'activemodel', github: 'rails/rails'
-gem 'arel', github: 'rails/arel'
-gem 'rails-observers', github: 'rails/rails-observers'
+gem 'activeresource', git: 'git://github.com/rails/activeresource'