diff options
author | Dorian <dorian@doma.io> | 2017-03-21 18:19:49 -0700 |
---|---|---|
committer | Samantha McVey <samantham@posteo.net> | 2017-03-21 18:19:49 -0700 |
commit | 4c206e26eca87c8d56327d93407bed233489e895 (patch) | |
tree | ee4a6c96455a93fff9902db4d6e759f0366e705e /Gemfile.lock | |
parent | b37867fe6e00b215ee4d99788deb605b29c72539 (diff) |
adds Gemfile.lock (#2664)
Makes sure the tests are ran with a working charlock_holmes gem
e.g. prevents this from happening:
https://github.com/brianmario/charlock_holmes/issues/78
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 00000000..ba15ad75 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,15 @@ +GEM + remote: http://rubygems.org/ + specs: + charlock_holmes (0.7.3) + rake (12.0.0) + +PLATFORMS + ruby + +DEPENDENCIES + charlock_holmes + rake + +BUNDLED WITH + 1.13.7 |