Преглед изворни кода

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

To ensure we're always testing against the latest 5.x release
Andy Waite пре 3 година
родитељ
комит
55dc828086
1 измењених фајлова са 1 додато и 1 уклоњено
  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"