Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
adds awesome_print and pry_rails
  • Loading branch information
chaserx committed Jul 22, 2012
1 parent 5759201 commit 9ef3190
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Expand Up @@ -7,6 +7,8 @@ gem 'rails', '3.2.6'

group :development do
gem 'sqlite3'
gem 'pry-rails'
gem 'awesome_print'
end

group :production do
Expand Down
12 changes: 12 additions & 0 deletions Gemfile.lock
Expand Up @@ -43,10 +43,12 @@ GEM
railties (>= 3.0)
sass
arel (3.0.2)
awesome_print (1.0.2)
bcrypt-ruby (3.0.1)
bourbon (2.1.1)
sass (>= 3.1)
builder (3.0.0)
coderay (1.0.6)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
Expand Down Expand Up @@ -89,6 +91,7 @@ GEM
activerecord (~> 3.1)
activesupport (~> 3.1)
polyamorous (~> 0.5.0)
method_source (0.7.1)
mime-types (1.19)
multi_json (1.3.6)
orm_adapter (0.0.6)
Expand All @@ -99,6 +102,12 @@ GEM
polyamorous (0.5.0)
activerecord (~> 3.0)
polyglot (0.3.3)
pry (0.9.9.6)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
slop (>= 2.4.4, < 3)
pry-rails (0.1.6)
pry
rack (1.4.1)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -134,6 +143,7 @@ GEM
simple_form (2.0.2)
actionpack (~> 3.0)
activemodel (~> 3.0)
slop (2.4.4)
sprockets (2.1.3)
hike (~> 1.2)
rack (~> 1.0)
Expand All @@ -157,12 +167,14 @@ PLATFORMS
DEPENDENCIES
activeadmin
anjlab-bootstrap-rails (>= 2.0)
awesome_print
coffee-rails (~> 3.2.1)
devise
jquery-rails
meta_search (>= 1.1.0.pre)
paper_trail (~> 2)
pg
pry-rails
rails (= 3.2.6)
sass-rails (~> 3.2.3)
simple_form
Expand Down

0 comments on commit 9ef3190

Please sign in to comment.