Skip to content

Commit

Permalink
gems update
Browse files Browse the repository at this point in the history
  • Loading branch information
szemek committed Jan 31, 2013
1 parent 10a324c commit a0b7782
Showing 1 changed file with 20 additions and 33 deletions.
53 changes: 20 additions & 33 deletions Gemfile.lock
Expand Up @@ -52,7 +52,7 @@ GEM
carrierwave (0.8.0)
activemodel (>= 3.2.0)
activesupport (>= 3.2.0)
childprocess (0.3.6)
childprocess (0.3.7)
ffi (~> 1.0, >= 1.0.6)
choices (0.3.0)
hashie (>= 0.4.0)
Expand All @@ -72,31 +72,30 @@ GEM
daemons (1.1.9)
database_cleaner (0.9.1)
diff-lcs (1.1.3)
draper (1.0.0)
draper (1.1.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
request_store (~> 1.0.3)
erubis (2.7.0)
eventmachine (1.0.0)
eventmachine (1.0.0-x86-mingw32)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.1.0)
factory_girl (4.2.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
factory_girl_rails (4.2.0)
factory_girl (~> 4.2.0)
railties (>= 3.0.0)
faraday (0.8.4)
multipart-post (~> 1.1)
ffi (1.3.1)
ffi (1.3.1-x86-mingw32)
friendly_id (4.0.9)
guard (1.6.1)
guard (1.6.2)
listen (>= 0.6.0)
lumberjack (>= 1.0.2)
pry (>= 0.9.10)
terminal-table (>= 1.4.3)
thor (>= 0.14.6)
guard-rspec (2.3.3)
guard-rspec (2.4.0)
guard (>= 1.1)
rspec (~> 2.11)
guard-spork (1.4.1)
Expand All @@ -114,17 +113,14 @@ GEM
httpauth (0.2.0)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.1.4)
jquery-rails (2.2.0)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
json (1.7.6)
jwt (0.1.5)
multi_json (>= 1.0)
launchy (2.1.2)
addressable (~> 2.3)
libwebsocket (0.1.7.1)
addressable
websocket
listen (0.7.2)
lumberjack (1.0.2)
mail (2.4.4)
Expand All @@ -133,7 +129,7 @@ GEM
treetop (~> 1.4.8)
method_source (0.8.1)
mime-types (1.19)
mongoid (3.0.17)
mongoid (3.0.19)
activemodel (~> 3.1)
moped (~> 1.2)
origin (~> 1.0)
Expand All @@ -142,7 +138,6 @@ GEM
multi_json (1.5.0)
multipart-post (1.1.5)
nokogiri (1.5.6)
nokogiri (1.5.6-x86-mingw32)
oauth (0.4.7)
oauth2 (0.8.0)
faraday (~> 0.8)
Expand All @@ -152,25 +147,19 @@ GEM
rack (~> 1.2)
origin (1.0.11)
pg (0.14.1)
pg (0.14.1-x86-mingw32)
polyglot (0.3.3)
pry (0.9.10)
pry (0.9.11.4)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
pry (0.9.10-x86-mingw32)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
win32console (~> 1.3)
slop (~> 3.4)
pusher (0.11.2)
multi_json (~> 1.0)
signature (~> 0.1.6)
pygmentize (0.0.3)
rack (1.4.4)
rack-cache (1.2)
rack (>= 0.4)
rack-ssl (1.3.2)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
Expand Down Expand Up @@ -206,7 +195,7 @@ GEM
rspec-core (2.12.2)
rspec-expectations (2.12.1)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.1)
rspec-mocks (2.12.2)
rspec-rails (2.12.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
Expand All @@ -220,26 +209,26 @@ GEM
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.27.2)
selenium-webdriver (2.29.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
websocket (~> 1.0.4)
signature (0.1.6)
slop (3.3.3)
slop (3.4.3)
spork (0.9.2)
sprockets (2.2.2)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
sqlite3 (1.3.7-x86-mingw32)
terminal-table (1.4.5)
thin (1.5.0)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
thor (0.17.0)
tilt (1.3.3)
treetop (1.4.12)
polyglot
Expand All @@ -248,14 +237,12 @@ GEM
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
websocket (1.0.6)
win32console (1.3.2-x86-mingw32)
websocket (1.0.7)
xpath (1.0.0)
nokogiri (~> 1.3)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
acts-as-taggable-on
Expand Down

0 comments on commit a0b7782

Please sign in to comment.