Skip to content

Commit 405b62b

Browse files
authored
Merge pull request #2246 from IIIF/update_ruby
Updating ruby and theme version
2 parents afb5432 + 8137795 commit 405b62b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Diff for: .ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.2
1+
3.1.0

Diff for: Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/iiif/iiifc-theme.git
3-
revision: f43db366ae2b04b0b6381401b8fbf8e922188fc0
3+
revision: dcdf5cc4c169823256d88a58b4d3ea4f4384c9b8
44
branch: main
55
specs:
66
iiifc-theme (0.1.0)
@@ -15,10 +15,10 @@ GIT
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
addressable (2.8.1)
18+
addressable (2.8.4)
1919
public_suffix (>= 2.0.2, < 6.0)
2020
colorator (1.1.0)
21-
concurrent-ruby (1.1.10)
21+
concurrent-ruby (1.2.2)
2222
diff-lcs (1.5.0)
2323
em-websocket (0.5.3)
2424
eventmachine (>= 0.12.9)
@@ -37,7 +37,7 @@ GEM
3737
typhoeus (~> 1.3)
3838
yell (~> 2.0)
3939
http_parser.rb (0.8.0)
40-
i18n (1.12.0)
40+
i18n (1.14.1)
4141
concurrent-ruby (~> 1.0)
4242
jekyll (4.1.1)
4343
addressable (~> 2.4)
@@ -78,35 +78,35 @@ GEM
7878
rb-fsevent (~> 0.10, >= 0.10.3)
7979
rb-inotify (~> 0.9, >= 0.9.10)
8080
mercenary (0.4.0)
81-
mini_portile2 (2.8.1)
82-
nokogiri (1.14.0)
83-
mini_portile2 (~> 2.8.0)
81+
mini_portile2 (2.8.2)
82+
nokogiri (1.15.2)
83+
mini_portile2 (~> 2.8.2)
8484
racc (~> 1.4)
8585
nokogumbo (2.0.5)
8686
nokogiri (~> 1.8, >= 1.8.4)
87-
parallel (1.22.1)
87+
parallel (1.23.0)
8888
pathutil (0.16.2)
8989
forwardable-extended (~> 2.6)
9090
public_suffix (5.0.1)
91-
racc (1.6.2)
91+
racc (1.7.1)
9292
rainbow (3.1.1)
9393
rake (13.0.6)
9494
rb-fsevent (0.11.2)
9595
rb-inotify (0.10.1)
9696
ffi (~> 1.0)
97-
redcarpet (3.5.1)
97+
redcarpet (3.6.0)
9898
rexml (3.2.5)
9999
rouge (3.30.0)
100100
rspec (3.12.0)
101101
rspec-core (~> 3.12.0)
102102
rspec-expectations (~> 3.12.0)
103103
rspec-mocks (~> 3.12.0)
104-
rspec-core (3.12.0)
104+
rspec-core (3.12.2)
105105
rspec-support (~> 3.12.0)
106-
rspec-expectations (3.12.2)
106+
rspec-expectations (3.12.3)
107107
diff-lcs (>= 1.2.0, < 2.0)
108108
rspec-support (~> 3.12.0)
109-
rspec-mocks (3.12.3)
109+
rspec-mocks (3.12.5)
110110
diff-lcs (>= 1.2.0, < 2.0)
111111
rspec-support (~> 3.12.0)
112112
rspec-support (3.12.0)
@@ -118,7 +118,7 @@ GEM
118118
typhoeus (1.4.0)
119119
ethon (>= 0.9.0)
120120
unicode-display_width (1.8.0)
121-
webrick (1.7.0)
121+
webrick (1.8.1)
122122
yell (2.2.2)
123123

124124
PLATFORMS
@@ -134,4 +134,4 @@ DEPENDENCIES
134134
webrick (~> 1.7)
135135

136136
BUNDLED WITH
137-
2.1.4
137+
2.3.3

0 commit comments

Comments
 (0)