Skip to content

Commit

Permalink
Require all of activesupport.
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
parkr committed Nov 25, 2015
1 parent e725dfe commit f7287e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
source "https://rubygems.org"

gem "sinatra"
gem "activesupport", require: "active_support"
gem "mongo_mapper"
gem "bson_ext"
gem "json"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,13 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport
bson_ext
dotenv
json
minitest
mongo_mapper
sinatra

BUNDLED WITH
1.10.6

0 comments on commit f7287e6

Please sign in to comment.