about summary refs log tree commit diff
path: root/Gemfile
diff options
context:
space:
mode:
authorDaigo 3 Dango <zunda@users.noreply.github.com>2020-11-19 16:46:46 +0000
committerGitHub <noreply@github.com>2020-11-19 17:46:46 +0100
commit541b9f8c1c2c987544b00f64792aa37ee7bd25a5 (patch)
tree4b8eeccf3eb9cd78fae407c9a27e4e0137fd5b59 /Gemfile
parent67ace1d8907f7534ab827ed262a22df4c3de1ba6 (diff)
Use Ruby 2.7.2 (#15150)
thwait and e2mmap are no longer needed in Gemfile.
Gems properly require those.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 330222922..30b5435b5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,9 +11,6 @@ gem 'sprockets', '~> 3.7.2'
 gem 'thor', '~> 1.0'
 gem 'rack', '~> 2.2.3'
 
-gem 'thwait', '~> 0.2.0'
-gem 'e2mmap', '~> 0.1.0'
-
 gem 'hamlit-rails', '~> 0.2'
 gem 'pg', '~> 1.2'
 gem 'makara', '~> 0.4'