Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Bump activerecord from 3.1.3 to 3.2.14 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 23 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
GEM
remote: http://rubygems.org/
specs:
activemodel (3.1.3)
activesupport (= 3.1.3)
builder (~> 3.0.0)
i18n (~> 0.6)
activerecord (3.1.3)
activemodel (= 3.1.3)
activesupport (= 3.1.3)
arel (~> 2.2.1)
tzinfo (~> 0.3.29)
activesupport (3.1.3)
activerecord (3.2.14)
activesupport (3.1.12)
multi_json (~> 1.0)
alchemist (0.1.2.1)
arel (2.2.1)
alchemist (0.1.8)
bcrypt-ruby (3.0.1)
builder (3.0.0)
clamp (0.3.0)
builder (3.2.4)
clamp (1.3.2)
concurrent-ruby (1.1.10)
diff-lcs (1.1.3)
esx (0.2.5)
esx (0.4.4)
alchemist
clamp
net-scp
Expand All @@ -35,18 +27,22 @@ GEM
http_router (0.10.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.6.4)
mail (2.3.0)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.17.2)
multi_json (1.0.4)
net-scp (1.0.4)
net-ssh (>= 1.99.1)
net-ssh (2.2.1)
nokogiri (1.5.0)
mini_portile2 (2.8.0)
multi_json (1.15.0)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (7.0.1)
nokogiri (1.13.7)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
padrino (0.10.5)
padrino-admin (= 0.10.5)
padrino-cache (= 0.10.5)
Expand Down Expand Up @@ -77,11 +73,12 @@ GEM
padrino-core (= 0.10.5)
parseconfig (0.5.2)
polyglot (0.3.3)
racc (1.6.0)
rack (1.4.0)
rack-protection (1.2.0)
rack
rake (0.9.2.2)
rbvmomi (1.5.0)
rbvmomi (1.8.5)
builder
nokogiri (>= 1.4.1)
trollop
Expand All @@ -92,14 +89,15 @@ GEM
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
sqlite3 (1.3.5)
terminal-table (1.4.4)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
thor (0.14.6)
tilt (1.3.3)
treetop (1.4.10)
polyglot
polyglot (>= 0.3.1)
trollop (1.16.2)
tzinfo (0.3.31)
trollop (2.9.10)
unicode-display_width (2.2.0)
url_mount (0.2.1)
rack

Expand Down