Explorar el Código

Merge pull request #160 from Shopify/fix_threadsafe

Specify minitest 4.2 in threadsafe
Ben Cox hace 10 años
padre
commit
3e1fd3938c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Gemfile_ar40threadsafe

+ 2 - 0
Gemfile_ar40threadsafe

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