Commit 70e1b3b1cb7dbfaceec702f929ca13536772ac2b

Authored by Ezekiel Templin
1 parent 863d297e

Update `binding_of_caller` version

Updating this dependency fixed my Ruby 2.0 installation issues.
Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
Gemfile.lock
... ... @@ -94,7 +94,8 @@ GEM
94 94 better_errors (0.3.2)
95 95 coderay (>= 1.0.0)
96 96 erubis (>= 2.7.0)
97   - binding_of_caller (0.6.8)
  97 + binding_of_caller (0.7.1)
  98 + debug_inspector (>= 0.0.1)
98 99 bootstrap-sass (2.2.1.1)
99 100 sass (~> 3.2)
100 101 builder (3.0.4)
... ... @@ -132,6 +133,7 @@ GEM
132 133 connection_pool (1.0.0)
133 134 crack (0.3.1)
134 135 daemons (1.1.9)
  136 + debug_inspector (0.0.2)
135 137 devise (2.1.2)
136 138 bcrypt-ruby (~> 3.0)
137 139 orm_adapter (~> 0.1)
... ...