Skip to content

Commit 7439c90

Browse files
committed
Merge pull request railsbridge#350 from alexch/erector-10
use Erector v0.10.0
2 parents dd8f1fb + 15e89b6 commit 7439c90

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
gem 'activesupport', '~> 3.2.0'
4-
gem "erector", "~> 0.9.0"
4+
gem "erector", "~> 0.10.0"
55
gem "sinatra", "~> 1.3.0"
66
gem "nokogiri"
77
gem "thin"

Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
thin
1818
trollop
1919
diff-lcs (1.2.5)
20-
erector (0.9.0)
20+
erector (0.10.0)
2121
treetop (>= 1.2.3)
2222
eventmachine (1.0.3)
2323
ffi (1.9.3)
@@ -75,9 +75,8 @@ GEM
7575
eventmachine (>= 1.0.0)
7676
rack (>= 1.0.0)
7777
tilt (1.4.1)
78-
treetop (1.4.15)
79-
polyglot
80-
polyglot (>= 0.3.1)
78+
treetop (1.5.3)
79+
polyglot (~> 0.3)
8180
trollop (2.0)
8281
wrong (0.7.1)
8382
diff-lcs (~> 1.2.5)
@@ -93,7 +92,7 @@ DEPENDENCIES
9392
activesupport (~> 3.2.0)
9493
coderay
9594
deckrb (~> 0.5.2)
96-
erector (~> 0.9.0)
95+
erector (~> 0.10.0)
9796
eventmachine (~> 1.0.3)
9897
files (~> 0.3.0)
9998
nokogiri

0 commit comments

Comments
 (0)