So I\'ve gotten to the point in my program where I need to create a group for some sprites that the player can collide with without dying (like some other sprites I may have
Easier yet you can pass the sprites directly on to the constructor:
gems = pygame.sprite.Group(gem1, gem2)