浏览代码

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"