Skip to content

Commit 918fbf9

Browse files
committed
Added the commonly used gems to the main Gemfile
1 parent 373a4f1 commit 918fbf9

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Gemfile

+14
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,17 @@ gem 'elasticsearch-extensions'
88

99
gem 'elasticsearch-model', :path => File.expand_path("../elasticsearch-model", __FILE__), :require => false
1010
gem 'elasticsearch-rails', :path => File.expand_path("../elasticsearch-rails", __FILE__), :require => false
11+
12+
gem "pry"
13+
gem "ansi"
14+
gem "shoulda-context"
15+
gem "mocha"
16+
gem "turn"
17+
gem "yard"
18+
gem "ci_reporter"
19+
gem "ruby-prof"
20+
gem "simplecov"
21+
gem "simplecov-rcov"
22+
gem "cane"
23+
gem "require-prof"
24+
gem "coveralls"

0 commit comments

Comments
 (0)