Skip to content

Commit 2662fc4

Browse files
committed
upgrade some test dependencies
1 parent dec5a79 commit 2662fc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Gemfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ gemspec
55

66
group :test do
77
gem "coveralls"
8-
gem "json", "~> 1"
8+
gem "json"
99
gem "pry-nav"
10-
gem "rack", "~> 1"
10+
gem "rack"
1111
gem "rspec"
12-
gem "rubocop", "~> 0.47.0"
12+
gem "rubocop"
1313
gem "rubocop-github"
14-
gem "term-ansicolor", "< 1.4"
15-
gem "tins", "~> 1.6.0" # 1.7 requires ruby 2.0
14+
gem "term-ansicolor"
15+
gem "tins"
1616
end
1717

1818
group :guard do

0 commit comments

Comments
 (0)