Skip to content

Commit 54c0c6e

Browse files
authored
Merge pull request #218 from wteuber/fix_217_add_e2mmap_and_activesupport_to_gemfile
Fix 217: Add activesupport and e2mmap to Gemfile
2 parents 00f1df4 + 459b787 commit 54c0c6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ source 'https://rubygems.org'
22

33
gem 'benchmark-ips', '>= 2.0'
44

5+
gem 'activesupport', '>= 2.2.1'
6+
gem 'e2mmap'
7+
58
gem 'rake'

0 commit comments

Comments
 (0)