Skip to content

Commit

Permalink
+ use the latest gems
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Aug 8, 2011
1 parent b942954 commit b9f2acb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions server/test_project/Gemfile
Expand Up @@ -3,11 +3,11 @@ source :gemcutter
# Gems required by Picky.
#
gem 'rake'
gem 'bundler', '>= 0.9.26'
gem 'rack', '~> 1.2.1'
gem 'rack-mount', '~> 0.6.9'
gem 'text', '~> 0.2.0'
gem 'yajl-ruby', '~> 0.7.8', :require => 'yajl'
gem 'bundler'
gem 'rack'
gem 'rack-mount'
gem 'text'
gem 'yajl-ruby', :require => 'yajl'

# Should be optional, but isn't yet.
#
Expand Down
12 changes: 6 additions & 6 deletions server/test_project/Gemfile.lock
Expand Up @@ -45,25 +45,25 @@ GEM
kgio (~> 2.3)
rack
url_escape (2009.06.24)
yajl-ruby (0.7.9)
yajl-ruby (0.8.2)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0)
activesupport (~> 3.0)
bundler (>= 0.9.26)
bundler
haml
mysql
picky-client
rack (~> 1.2.1)
rack-mount (~> 0.6.9)
rack
rack-mount
rack_fast_escape (= 2009.06.24)
rake
redis
rspec
sinatra
text (~> 0.2.0)
text
unicorn
yajl-ruby (~> 0.7.8)
yajl-ruby

0 comments on commit b9f2acb

Please sign in to comment.