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:
authorKen <ken.ding@mail.com>2018-02-21 14:39:15 +0300
committerKen <ken.ding@mail.com>2018-02-21 14:39:15 +0300
commitc5e385bd5a0274e4d40e647eadcb22043f0f6e92 (patch)
treea9511c00db844be6ad459c0547c445e947275584 /spec/support/test_env.rb
parent216d21c5496fb7e7666c3c3e7ebbdff1e8fd0493 (diff)
36847 - update toml-rb to 1.0.0
36847 - add changelog
Diffstat (limited to 'spec/support/test_env.rb')
-rw-r--r--spec/support/test_env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb
index c275522159c..01321989f01 100644
--- a/spec/support/test_env.rb
+++ b/spec/support/test_env.rb
@@ -1,5 +1,5 @@
require 'rspec/mocks'
-require 'toml'
+require 'toml-rb'
module TestEnv
extend self