Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-11-18 00:35:46 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-11-18 00:35:46 +0300
commitb61b8495f3235d7f494d87079e97b6c6df852351 (patch)
tree9e5c13e2df6865c0df55ce5831958773121e26a4 /Gemfile
parent28c556214aaa68cd60d42b6465cba5b6b2eb407a (diff)
Allow Ruby 2.3.2.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 447ed48d..c5b872c4 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,5 +1,5 @@
source 'https://rubygems.org'
-ruby '2.3.1'
+ruby '~> 2.3.1'
gem 'nanoc', '~> 4.0'
gem 'adsf'