We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd8d3a commit d098e70Copy full SHA for d098e70
Gemfile
@@ -12,7 +12,6 @@ gemspec
12
13
group :development, :test do
14
gem 'rack-test'
15
- gem 'rdiscount'
16
gem 'rspec', '>= 3.0'
17
gem 'simplecov', '>= 0.9'
18
gem 'webmock', '~> 3.0'
Gemfile.lock
@@ -37,7 +37,6 @@ GEM
37
rack-test (0.8.2)
38
rack (>= 1.0, < 3)
39
rake (12.3.0)
40
- rdiscount (2.2.0.1)
41
rspec (3.7.0)
42
rspec-core (~> 3.7.0)
43
rspec-expectations (~> 3.7.0)
@@ -77,7 +76,6 @@ DEPENDENCIES
77
76
omniauth-openid!
78
rack-test
79
rake (~> 12.0)
80
- rdiscount
81
rspec (>= 3.0)
82
ruby-openid (= 2.1.8)!
83
simplecov (>= 0.9)
0 commit comments