Skip to content

Commit

Permalink
move committee to global Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
npauzenga committed Jan 31, 2016
1 parent bd00e5a commit 0e912f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem "interactor"
gem "figaro"
gem "knock"
gem "active_model_serializers"
gem "committee"

group :developemnt, :test do
gem "pry-byebug"
Expand All @@ -24,7 +25,6 @@ group :developemnt, :test do
gem "factory_girl_rails", "~> 4.0"
gem "rspec_api_documentation"
gem "prmd"
gem "committee"
end

group :development do
Expand Down

0 comments on commit 0e912f2

Please sign in to comment.