Skip to content

Commit 135fd28

Browse files
committed
Removed unnecessary gems from the main Gemfile
1 parent a4696ef commit 135fd28

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Gemfile

-13
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,8 @@ source 'https://rubygems.org'
33
gem "bundler", "~> 1"
44
gem "rake", "~> 11.1"
55

6-
gem 'elasticsearch'
76
gem 'elasticsearch-extensions'
87

9-
gem 'elasticsearch-model', :path => File.expand_path("../elasticsearch-model", __FILE__), :require => false
10-
gem 'elasticsearch-rails', :path => File.expand_path("../elasticsearch-rails", __FILE__), :require => false
11-
128
gem "pry"
139
gem "ansi"
14-
gem "shoulda-context"
15-
gem "mocha"
16-
gem "turn"
17-
gem "yard"
18-
gem "ci_reporter", "~> 1.9"
19-
gem "ruby-prof"
20-
gem "simplecov"
21-
gem "simplecov-rcov"
2210
gem "cane"
23-
gem "require-prof"

0 commit comments

Comments
 (0)