Skip to content

Commit 3470999

Browse files
committed
Update Opal to v1.8.0
1 parent 9bf3b5e commit 3470999

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '2.7.5' unless ENV['CLOUDFLARE_PAGES']
44

55
git_source(:github) {|repo_name| "https://github.com/#{repo_name}.git" }
66

7-
gem 'opal', '~> 1.7.2'
7+
gem 'opal', '~> 1.8.0'
88
gem 'opal-sprockets'
99
gem 'sass'
1010
gem 'haml', '< 6'

Gemfile.lock

+34-34
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (5.2.6)
4+
activesupport (5.2.8.1)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
88
tzinfo (~> 1.1)
9-
addressable (2.8.0)
10-
public_suffix (>= 2.0.2, < 5.0)
9+
addressable (2.8.5)
10+
public_suffix (>= 2.0.2, < 6.0)
1111
ast (2.4.2)
12-
backports (3.23.0)
12+
backports (3.24.1)
1313
coffee-script (2.4.1)
1414
coffee-script-source
1515
execjs
1616
coffee-script-source (1.12.2)
17-
concurrent-ruby (1.1.9)
17+
concurrent-ruby (1.2.2)
1818
contracts (0.13.0)
19-
dotenv (2.7.6)
19+
dotenv (2.8.1)
2020
erubis (2.7.0)
21-
execjs (2.8.1)
21+
execjs (2.9.1)
2222
fast_blank (1.0.1)
23-
fastimage (2.2.6)
24-
ffi (1.15.5)
23+
fastimage (2.2.7)
24+
ffi (1.16.3)
2525
haml (5.2.2)
2626
temple (>= 0.8.0)
2727
tilt
@@ -30,7 +30,7 @@ GEM
3030
hashie (3.6.0)
3131
i18n (0.9.5)
3232
concurrent-ruby (~> 1.0)
33-
kramdown (2.3.1)
33+
kramdown (2.4.0)
3434
rexml
3535
listen (3.0.8)
3636
rb-fsevent (~> 0.9, >= 0.9.4)
@@ -71,16 +71,16 @@ GEM
7171
servolux
7272
tilt (~> 2.0.9)
7373
uglifier (~> 3.0)
74-
middleman-syntax (3.2.0)
74+
middleman-syntax (3.3.0)
7575
middleman-core (>= 3.2)
7676
rouge (~> 3.2)
77-
mini_portile2 (2.8.1)
78-
minitest (5.15.0)
77+
mini_portile2 (2.8.5)
78+
minitest (5.20.0)
7979
nio4r (2.5.9)
80-
nokogiri (1.14.3)
81-
mini_portile2 (~> 2.8.0)
80+
nokogiri (1.15.4)
81+
mini_portile2 (~> 2.8.2)
8282
racc (~> 1.4)
83-
opal (1.7.4)
83+
opal (1.8.0)
8484
ast (>= 2.3.0)
8585
parser (~> 3.0, >= 3.0.3.2)
8686
opal-sprockets (1.0.3)
@@ -93,22 +93,22 @@ GEM
9393
tilt (>= 1.4.1, < 3)
9494
padrino-support (0.13.3.4)
9595
activesupport (>= 3.1)
96-
parallel (1.21.0)
97-
parser (3.2.2.3)
96+
parallel (1.23.0)
97+
parser (3.2.2.4)
9898
ast (~> 2.4.1)
9999
racc
100-
public_suffix (4.0.6)
101-
puma (5.6.7)
100+
public_suffix (5.0.3)
101+
puma (6.4.0)
102102
nio4r (~> 2.0)
103-
racc (1.6.2)
104-
rack (2.2.6.4)
103+
racc (1.7.1)
104+
rack (2.2.8)
105105
rake (13.0.6)
106-
rb-fsevent (0.11.0)
106+
rb-fsevent (0.11.2)
107107
rb-inotify (0.10.1)
108108
ffi (~> 1.0)
109-
redcarpet (3.5.1)
110-
rexml (3.2.5)
111-
rouge (3.27.0)
109+
redcarpet (3.6.0)
110+
rexml (3.2.6)
111+
rouge (3.30.0)
112112
sass (3.7.4)
113113
sass-listen (~> 4.0.0)
114114
sass-listen (4.0.0)
@@ -117,18 +117,18 @@ GEM
117117
sassc (2.4.0)
118118
ffi (~> 1.9)
119119
servolux (0.13.0)
120-
sprockets (4.0.2)
120+
sprockets (4.2.1)
121121
concurrent-ruby (~> 1.0)
122-
rack (> 1, < 3)
123-
temple (0.8.2)
124-
thor (1.2.1)
122+
rack (>= 2.2.4, < 4)
123+
temple (0.10.3)
124+
thor (1.3.0)
125125
thread_safe (0.3.6)
126-
tilt (2.0.10)
127-
tzinfo (1.2.10)
126+
tilt (2.0.11)
127+
tzinfo (1.2.11)
128128
thread_safe (~> 0.1)
129129
uglifier (3.2.0)
130130
execjs (>= 0.3.0, < 3)
131-
webrick (1.7.0)
131+
webrick (1.8.1)
132132

133133
PLATFORMS
134134
ruby
@@ -139,7 +139,7 @@ DEPENDENCIES
139139
middleman-blog
140140
middleman-syntax
141141
nokogiri
142-
opal (~> 1.7.2)
142+
opal (~> 1.8.0)
143143
opal-sprockets
144144
puma
145145
rack

0 commit comments

Comments
 (0)