Merge branch '4-0-stable' into stable
Showing
... | ... | @@ -11,7 +11,6 @@ end |
gem "rails", "3.2.9" | ||
# Supported DBs | ||
gem "sqlite3", group: :sqlite | ||
gem "mysql2", group: :mysql | ||
gem "pg", group: :postgres | ||
... | ... | @@ -27,13 +26,13 @@ gem "grit", git: "https://github.com/gitlabhq/grit.git", ref: |
gem "omniauth-ldap", git: "https://github.com/gitlabhq/omniauth-ldap.git", ref: 'f038dd852d7bd473a557e385d5d7c2fd5dc1dc2e' | ||
gem 'yaml_db', git: "https://github.com/gitlabhq/yaml_db.git", ref: '98e9a5dca43e3fedd3268c76a73af40d1bdf1dfd' | ||
gem 'grack', git: "https://github.com/gitlabhq/grack.git", ref: 'ba46f3b0845c6a09d488ae6abdce6ede37e227e8' | ||
gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '212fd40bea61f3c6a167223768e7295dc32bbc10' | ||
gem 'grit_ext', git: "https://github.com/gitlabhq/grit_ext.git", ref: '8e6afc2da821354774aa4d1ee8a1aa2082f84a3e' | ||
# Gitolite client (for work with gitolite-admin repo) | ||
gem "gitolite", '1.1.0' | ||
# Syntax highlighter | ||
gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", ref: '4db80c599067e2d5f23c5c243bf85b8ca0368ad4' | ||
gem "pygments.rb", git: "https://github.com/gitlabhq/pygments.rb.git", branch: "master" | ||
# Language detection | ||
gem "github-linguist", "~> 2.3.4" , require: "linguist" | ||
... | ... | @@ -101,11 +100,11 @@ group :assets do |
gem "therubyracer" | ||
gem 'chosen-rails', "0.9.8" | ||
gem 'jquery-atwho-rails', "0.1.6" | ||
gem 'jquery-atwho-rails', "0.1.7" | ||
gem "jquery-rails", "2.1.3" | ||
gem "jquery-ui-rails", "2.0.2" | ||
gem "modernizr", "2.6.2" | ||
gem "raphael-rails", "2.1.0" | ||
gem "raphael-rails", "1.5.2" | ||
gem 'bootstrap-sass', "2.2.1.1" | ||
gem "font-awesome-sass-rails", "~> 2.0.0" | ||
gem "gemoji", "~> 1.2.1", require: 'emoji/railtie' | ||
... | ... | @@ -125,7 +124,7 @@ group :development, :test do |
gem "capybara" | ||
gem "pry" | ||
gem "awesome_print" | ||
gem "database_cleaner" | ||
gem "database_cleaner", ref: "f89c34300e114be99532f14c115b2799a3380ac6", git: "https://github.com/bmabey/database_cleaner.git" | ||
gem "launchy" | ||
gem 'factory_girl_rails' | ||
... | ... | @@ -139,7 +138,7 @@ group :development, :test do |
gem 'rb-inotify', require: linux_only('rb-inotify') | ||
# PhantomJS driver for Capybara | ||
gem 'poltergeist' | ||
gem 'poltergeist', git: 'https://github.com/jonleighton/poltergeist.git', ref: '5c2e092001074a8cf09f332d3714e9ba150bc8ca' | ||
end | ||
group :test do | ||
... | ... | @@ -152,5 +151,5 @@ group :test do |
end | ||
group :production do | ||
gem "gitlab_meta", '3.1' | ||
gem "gitlab_meta", '4.0' | ||
end |
No preview for this file type
8.17 KB
2.93 KB
3.2 KB
4.49 KB
3.21 KB

| W: | H:
| W: | H:


2.13 KB
2.34 KB
1.17 KB