pull/1301/head
Till Breuer 11 years ago
parent a23d881050
commit 7898326312
  1. 2
      Gemfile
  2. 4
      Gemfile.lock

@ -81,6 +81,8 @@ gem 'rack-protection'
gem 'syck', :platforms => [:ruby_20, :mingw_20], :require => false
gem 'gon'
group :production do
# we use dalli as standard memcache client
# requires memcached 1.4+

@ -133,6 +133,9 @@ GEM
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
paper_trail (~> 2)
gon (4.0.0)
actionpack (>= 2.3.0)
json
guard (2.2.2)
formatador (>= 0.2.4)
listen (~> 2.1)
@ -375,6 +378,7 @@ DEPENDENCIES
faker
fastercsv (~> 1.5.0)
globalize
gon
guard-cucumber
guard-rspec
guard-test

Loading…
Cancel
Save