diff --git a/Gemfile.lock b/Gemfile.lock index 1f51121d..3ee5d939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,7 +12,7 @@ GIT GIT remote: git://github.com/opencongress/formageddon.git - revision: 249ec3a7616d988bbbf3ba9eea811b37a714c222 + revision: 210fd3dd5f7d0f09466fb01500727063eeb578d2 specs: formageddon (0.0.0) delayed_job (~> 2.1) diff --git a/bin/test_formageddon_recipients.rb b/bin/test_formageddon_recipients.rb index 496a4aaa..4347302c 100755 --- a/bin/test_formageddon_recipients.rb +++ b/bin/test_formageddon_recipients.rb @@ -9,8 +9,7 @@ ########################### send = false -#people = Person.representatives -people = Person.where("id IN (300005)") +people = Person.all_sitting bill = Bill.find_by_ident('112-h1349') sender = User.find_by_login('drm') people.each do |p|