Procházet zdrojové kódy

Relax ActiveResource 5 dependency to 5.x (#809)

To ensure we're always testing against the latest 5.x release
Andy Waite před 4 roky
rodič
revize
55dc828086
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Gemfile_ar51

+ 1 - 1
Gemfile_ar51

@@ -2,4 +2,4 @@ source "https://rubygems.org"
 
 gemspec
 
-gem "activeresource", "5.1.0"
+gem "activeresource", "~> 5.1"