aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorPatrick Cherry <patch0@users.noreply.github.com>2018-01-29 15:54:31 +0000
committerGitHub <noreply@github.com>2018-01-29 15:54:31 +0000
commit9bdd63df6f71ea7322f3d65aa88a79cb17d74b9c (patch)
tree3a4074687ccdb17a440049b243229bb30feac7ef /Gemfile
parentb2468a1977d0982e73b64e4cc80ad8120fa16365 (diff)
parentfa9b1e69d7835bce47990648c6d01fc3f67fcded (diff)
Merge pull request #3 from BytemarkHosting/rip-out-locale
rip out the require 'locale'
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 8acb3ba..4fc00ac 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,9 +28,9 @@ gem "rack-protection", "~> 1.5.2"
gem "rack-flash3", "~> 1.0.5"
gem "tilt", "~> 1.4.1"
gem "sinatra", "~> 1.4.5"
-gem "locale", "~> 2.1.0"
group :test do
+ gem "locale", "~> 2.1.0"
gem "simplecov", :require => false
gem "rack-test", "~> 0.6.3"
gem "webmock", "~> 1.19.0"