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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-01 17:15:29 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-01 17:15:29 +0400
commit520f02259c7076ca44f298dd401ef9df2ac8c0d3 (patch)
tree0e7a44510f2193aaaa471eab61b6d9f442696452 /Gemfile
parent153a4c142df90f769df68b333f533c639f923148 (diff)
gems updated: unicorn, draper, github-markup
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index cf9117a8861..5622c1a213a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -72,7 +72,7 @@ gem "redcarpet", "~> 2.2.2"
gem "github-markup", "~> 0.7.4", require: 'github/markup'
# Servers
-gem "unicorn", "~> 4.4.0"
+gem "unicorn"
# State machine
gem "state_machine"
@@ -81,7 +81,7 @@ gem "state_machine"
gem "acts-as-taggable-on", "2.3.3"
# Decorators
-gem "draper", "~> 0.18.0"
+gem "draper"
# Background jobs
gem 'slim'