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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-06-25 03:34:39 +0300
committerblackst0ne <blackst0ne.ru@gmail.com>2018-06-25 03:34:39 +0300
commit6ffc267f5ddc56216f4b3c5675e046a69ff3c3dc (patch)
tree0724232e122016c2f7e96f73e61055b6eee1011e
parent6dd74543f6af8ebcf22aa10e39da004f388fdda5 (diff)
[Rails5] Add support of Rails5blackst0ne-add-rails5
-rw-r--r--ruby/Gemfile.rails57
-rw-r--r--ruby/Gemfile.rails5.lock160
2 files changed, 167 insertions, 0 deletions
diff --git a/ruby/Gemfile.rails5 b/ruby/Gemfile.rails5
new file mode 100644
index 000000000..2b526b19b
--- /dev/null
+++ b/ruby/Gemfile.rails5
@@ -0,0 +1,7 @@
+# BUNDLE_GEMFILE=Gemfile.rails5 bundle install
+
+ENV["RAILS5"] = "true"
+
+gemfile = File.expand_path("../Gemfile", __FILE__)
+
+eval(File.read(gemfile), nil, gemfile)
diff --git a/ruby/Gemfile.rails5.lock b/ruby/Gemfile.rails5.lock
new file mode 100644
index 000000000..13bcf704b
--- /dev/null
+++ b/ruby/Gemfile.rails5.lock
@@ -0,0 +1,160 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ activesupport (5.0.6)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (~> 0.7)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ addressable (2.5.2)
+ public_suffix (>= 2.0.2, < 4.0)
+ ast (2.3.0)
+ charlock_holmes (0.7.6)
+ concurrent-ruby (1.0.5)
+ diff-lcs (1.3)
+ escape_utils (1.1.1)
+ faraday (0.12.2)
+ multipart-post (>= 1.2, < 3)
+ gemojione (3.3.0)
+ json
+ gitaly-proto (0.101.0)
+ google-protobuf (~> 3.1)
+ grpc (~> 1.10)
+ github-linguist (5.3.3)
+ charlock_holmes (~> 0.7.5)
+ escape_utils (~> 1.1.0)
+ mime-types (>= 1.19)
+ rugged (>= 0.25.1)
+ github-markup (1.7.0)
+ gitlab-gollum-lib (4.2.7.4)
+ gemojione (~> 3.2)
+ github-markup (~> 1.6)
+ gollum-grit_adapter (~> 1.0)
+ nokogiri (>= 1.6.1, < 2.0)
+ rouge (~> 3.1)
+ sanitize (~> 2.1)
+ stringex (~> 2.6)
+ gitlab-gollum-rugged_adapter (0.4.4.1)
+ mime-types (>= 1.15)
+ rugged (~> 0.25)
+ gitlab-grit (2.8.2)
+ charlock_holmes (~> 0.6)
+ diff-lcs (~> 1.1)
+ mime-types (>= 1.16)
+ posix-spawn (~> 0.3)
+ gitlab-markup (1.6.3)
+ gitlab-styles (2.0.0)
+ rubocop (~> 0.49)
+ rubocop-gitlab-security (~> 0.1.0)
+ rubocop-rspec (~> 1.15)
+ gollum-grit_adapter (1.0.1)
+ gitlab-grit (~> 2.7, >= 2.7.1)
+ google-protobuf (3.5.1)
+ googleapis-common-protos-types (1.0.1)
+ google-protobuf (~> 3.0)
+ googleauth (0.6.2)
+ faraday (~> 0.12)
+ jwt (>= 1.4, < 3.0)
+ logging (~> 2.0)
+ memoist (~> 0.12)
+ multi_json (~> 1.11)
+ os (~> 0.9)
+ signet (~> 0.7)
+ grpc (1.11.0)
+ google-protobuf (~> 3.1)
+ googleapis-common-protos-types (~> 1.0.0)
+ googleauth (>= 0.5.1, < 0.7)
+ i18n (0.8.1)
+ json (2.1.0)
+ jwt (2.1.0)
+ licensee (8.9.2)
+ rugged (~> 0.24)
+ little-plugger (1.1.4)
+ logging (2.2.2)
+ little-plugger (~> 1.1)
+ multi_json (~> 1.10)
+ memoist (0.16.0)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
+ mini_portile2 (2.3.0)
+ minitest (5.9.1)
+ multi_json (1.13.1)
+ multipart-post (2.0.0)
+ nokogiri (1.8.2)
+ mini_portile2 (~> 2.3.0)
+ os (0.9.6)
+ parallel (1.12.0)
+ parser (2.4.0.0)
+ ast (~> 2.2)
+ posix-spawn (0.3.13)
+ powerpack (0.1.1)
+ public_suffix (3.0.2)
+ rainbow (2.2.2)
+ rake
+ rake (12.1.0)
+ rdoc (4.3.0)
+ rouge (3.1.1)
+ rspec (3.6.0)
+ rspec-core (~> 3.6.0)
+ rspec-expectations (~> 3.6.0)
+ rspec-mocks (~> 3.6.0)
+ rspec-core (3.6.0)
+ rspec-support (~> 3.6.0)
+ rspec-expectations (3.6.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.6.0)
+ rspec-mocks (3.6.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.6.0)
+ rspec-support (3.6.0)
+ rubocop (0.50.0)
+ parallel (~> 1.10)
+ parser (>= 2.3.3.1, < 3.0)
+ powerpack (~> 0.1)
+ rainbow (>= 2.2.2, < 3.0)
+ ruby-progressbar (~> 1.7)
+ unicode-display_width (~> 1.0, >= 1.0.1)
+ rubocop-gitlab-security (0.1.0)
+ rubocop (>= 0.47.1)
+ rubocop-rspec (1.17.0)
+ rubocop (>= 0.50.0)
+ ruby-progressbar (1.8.3)
+ rugged (0.27.2)
+ sanitize (2.1.0)
+ nokogiri (>= 1.4.4)
+ sentry-raven (2.7.2)
+ faraday (>= 0.7.6, < 1.0)
+ signet (0.8.1)
+ addressable (~> 2.3)
+ faraday (~> 0.9)
+ jwt (>= 1.5, < 3.0)
+ multi_json (~> 1.10)
+ stringex (2.8.4)
+ thread_safe (0.3.6)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
+ unicode-display_width (1.3.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ activesupport (~> 5.0.2)
+ faraday (~> 0.12)
+ gitaly-proto (~> 0.101.0)
+ github-linguist (~> 5.3.3)
+ gitlab-gollum-lib (~> 4.2)
+ gitlab-gollum-rugged_adapter (~> 0.4.4)
+ gitlab-markup (~> 1.6.2)
+ gitlab-styles (~> 2.0.0)
+ google-protobuf (= 3.5.1)
+ grpc (~> 1.11.0)
+ licensee (~> 8.9.0)
+ rdoc (~> 4.2)
+ rspec
+ rugged (~> 0.27.2)
+ sentry-raven (~> 2.7.2)
+
+BUNDLED WITH
+ 1.16.2