Commit 5ed8ec608a3956057bed0df7ebc0451f75e13581
1 parent
ef52cfbb
Exists in
master
and in
1 other branch
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,7 +17,6 @@ platform :ruby do | ||
17 | end | 17 | end |
18 | 18 | ||
19 | group :development, :test do | 19 | group :development, :test do |
20 | - gem 'awesome_print' | ||
21 | gem 'rspec-rails', '~> 2.5' | 20 | gem 'rspec-rails', '~> 2.5' |
22 | gem 'webmock', :require => false | 21 | gem 'webmock', :require => false |
23 | end | 22 | end |
Gemfile.lock
@@ -37,7 +37,6 @@ GEM | @@ -37,7 +37,6 @@ GEM | ||
37 | activesupport (3.0.5) | 37 | activesupport (3.0.5) |
38 | addressable (2.2.5) | 38 | addressable (2.2.5) |
39 | arel (2.0.9) | 39 | arel (2.0.9) |
40 | - awesome_print (0.4.0) | ||
41 | bcrypt-ruby (2.1.4) | 40 | bcrypt-ruby (2.1.4) |
42 | bson (1.3.0) | 41 | bson (1.3.0) |
43 | bson_ext (1.3.0) | 42 | bson_ext (1.3.0) |
@@ -145,7 +144,6 @@ PLATFORMS | @@ -145,7 +144,6 @@ PLATFORMS | ||
145 | ruby | 144 | ruby |
146 | 145 | ||
147 | DEPENDENCIES | 146 | DEPENDENCIES |
148 | - awesome_print | ||
149 | bson_ext (~> 1.2) | 147 | bson_ext (~> 1.2) |
150 | database_cleaner (~> 0.6.0) | 148 | database_cleaner (~> 0.6.0) |
151 | devise (~> 1.1.8) | 149 | devise (~> 1.1.8) |