diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-01 13:29:29 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-01 13:29:29 +0300 |
commit | 083d66563e8275fd13851ec0a1974cb17379f84f (patch) | |
tree | 6fd725b35d428c7f6b5f2c5058ef6801372c8cf6 /Gemfile | |
parent | 23ee8e6257f09172e30c2bd6fd1d1fcd4d4e58b3 (diff) | |
download | gitlab-ce-083d66563e8275fd13851ec0a1974cb17379f84f.tar.gz |
Update all gems!
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -36,11 +36,11 @@ gem 'gitlab_omniauth-ldap', '1.0.2', require: "omniauth-ldap" gem "gitlab-pygments.rb", '~> 0.3.2', require: 'pygments.rb' # Language detection -gem "github-linguist", "~> 2.3.4" , require: "linguist" +gem "github-linguist", require: "linguist" # API -gem "grape", "~> 0.3.1" -gem "grape-entity", "~> 0.2.0" +gem "grape" +gem "grape-entity" # Format dates and times # based on human-friendly examples @@ -71,13 +71,13 @@ gem "redcarpet", "~> 2.2.2" gem "github-markup", "~> 0.7.4", require: 'github/markup' # Servers -gem "puma", '~> 2.0.0.b7' +gem "puma", '~> 2.0.1' # State machine gem "state_machine" # Issue tags -gem "acts-as-taggable-on", "2.3.3" +gem "acts-as-taggable-on" # Background jobs gem 'slim' @@ -103,9 +103,9 @@ gem "foreman" gem "redis-rails" group :assets do - gem "sass-rails", "~> 3.2.5" - gem "coffee-rails", "~> 3.2.2" - gem "uglifier", "~> 1.3.0" + gem "sass-rails" + gem "coffee-rails" + gem "uglifier" gem "therubyracer" gem 'turbolinks' gem 'jquery-turbolinks' |