diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-30 23:26:52 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-04-30 23:27:00 -0700 |
commit | 81f84fa0c283b03dd18cef842bc4a73339c88061 (patch) | |
tree | 03cfb2df0d0aa4c682dfa1f552301b049a0447ac | |
parent | Remove defunct Google+ (diff) | |
download | frontend-81f84fa0c283b03dd18cef842bc4a73339c88061.tar.gz frontend-81f84fa0c283b03dd18cef842bc4a73339c88061.tar.bz2 frontend-81f84fa0c283b03dd18cef842bc4a73339c88061.zip |
Gemfile.lock: minor update for Ruby24 support
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fe1ee38..c8a263e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -13,7 +13,7 @@ GEM eventmachine (1.0.8) faraday (0.9.1) multipart-post (>= 1.2, < 3) - json (1.8.2) + json (1.8.6) mail (2.6.3) mime-types (>= 1.16, < 3) mime-types (2.4.3) @@ -32,10 +32,10 @@ GEM tilt (~> 1.3, >= 1.3.4) sinatra-partial (0.4.0) sinatra - thin (1.6.4) + thin (1.7.2) daemons (~> 1.0, >= 1.0.9) - eventmachine (~> 1.0) - rack (~> 1.0) + eventmachine (~> 1.0, >= 1.0.4) + rack (>= 1, < 3) tilt (1.4.1) PLATFORMS |