diff --git a/Gemfile b/Gemfile
index 9faed3da66f9747e35d87e5122f9a191fe0f483a..f444604410c8d9f06201b7476cc9aad9bca8c0e7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,4 +1,3 @@
 source 'https://rubygems.org'
 gem 'nokogiri'
-gem 'openssl'
 gem 'sinatra'
\ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index 20732a4cf80708ac845ece08f32b168c1a90c278..bb74b2a2dbb90628f6339751dd91f85917fdf19b 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -4,7 +4,6 @@ GEM
     mini_portile2 (2.1.0)
     nokogiri (1.6.8.1)
       mini_portile2 (~> 2.1.0)
-    openssl (2.0.0)
     rack (1.6.5)
     rack-protection (1.5.3)
       rack
@@ -19,7 +18,6 @@ PLATFORMS
 
 DEPENDENCIES
   nokogiri
-  openssl
   sinatra
 
 BUNDLED WITH