Commit 5ed8ec608a3956057bed0df7ebc0451f75e13581

Authored by Nick Recobra
1 parent ef52cfbb
Exists in master and in 1 other branch production

Kickout awesome print.

Showing 2 changed files with 0 additions and 3 deletions   Show diff stats
Gemfile
... ... @@ -17,7 +17,6 @@ platform :ruby do
17 17 end
18 18  
19 19 group :development, :test do
20   - gem 'awesome_print'
21 20 gem 'rspec-rails', '~> 2.5'
22 21 gem 'webmock', :require => false
23 22 end
... ...
Gemfile.lock
... ... @@ -37,7 +37,6 @@ GEM
37 37 activesupport (3.0.5)
38 38 addressable (2.2.5)
39 39 arel (2.0.9)
40   - awesome_print (0.4.0)
41 40 bcrypt-ruby (2.1.4)
42 41 bson (1.3.0)
43 42 bson_ext (1.3.0)
... ... @@ -145,7 +144,6 @@ PLATFORMS
145 144 ruby
146 145  
147 146 DEPENDENCIES
148   - awesome_print
149 147 bson_ext (~> 1.2)
150 148 database_cleaner (~> 0.6.0)
151 149 devise (~> 1.1.8)
... ...