Skip to content

Commit cbfdca4

Browse files
author
Tim Vandecasteele
committed
Add version dependency to grape.
1 parent 5677e8d commit cbfdca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "http://rubygems.org"
33
# Example:
44
# gem "activesupport", ">= 2.3.5"
55

6-
gem 'grape'
6+
gem 'grape', '~> 0.2.0'
77
gem 'kramdown'
88

99
# Add dependencies to develop your gem here.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PLATFORMS
5858

5959
DEPENDENCIES
6060
bundler (> 1.0.0)
61-
grape
61+
grape (~> 0.2.0)
6262
jeweler (~> 1.8.4)
6363
kramdown
6464
pry

0 commit comments

Comments
 (0)