Przeglądaj źródła

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

To ensure we're always testing against the latest 5.x release
Andy Waite 3 lat temu
rodzic
commit
55dc828086
1 zmienionych plików z 1 dodań i 1 usunięć
  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"