File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.0.1] - 2022-10-06
12
+
13
+ ### Fixed
14
+
15
+ - [ 118] ( https://github.com/OSC/frame-renderer/pull/118 ) updates ` ood_core ` to safely bypass
16
+ files that the user cannot read.
17
+
11
18
## [ 1.0.0] - 2021-09-20
12
19
13
20
1.0.0 requires a database migration from 0.x versions, so it's increased a major version
@@ -134,7 +141,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
134
141
### Fixed
135
142
- ensure app doesn't crash if there is no ` ~/maya/projects ` directory [ #30 ] ( https://github.com/OSC/frame-renderer/issues/30 )
136
143
137
- [ Unreleased ] : https://github.com/OSC/frame-renderer/compare/v1.0.0...HEAD
144
+ [ Unreleased ] : https://github.com/OSC/frame-renderer/compare/v1.0.1...HEAD
145
+ [ 1.0.1 ] : https://github.com/OSC/frame-renderer/compare/v1.0.0...v1.0.1
138
146
[ 1.0.0 ] : https://github.com/OSC/frame-renderer/compare/v0.8.0...v1.0.0
139
147
[ 0.8.0 ] : https://github.com/OSC/frame-renderer/compare/v0.7.0...v0.8.0
140
148
[ 0.7.0 ] : https://github.com/OSC/frame-renderer/compare/v0.6.3...v0.7.0
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ gem 'dotenv-rails', '~> 2.1'
44
44
gem 'js-routes' , '~> 1.2.4'
45
45
gem 'local_time' , '~> 1.0.3'
46
46
gem 'ood_appkit' , '~> 1.0'
47
- gem 'ood_core' , '~> 0.9.3 '
47
+ gem 'ood_core' , '~> 0.21.0 '
48
48
gem 'shellwords' , '~> 0.1'
49
49
50
50
gem 'nokogiri' , '>= 1.10.4'
Original file line number Diff line number Diff line change 110
110
ood_core (~> 0.1 )
111
111
rails (> 4.0.7 , < 6.0 )
112
112
redcarpet (~> 3.2 )
113
- ood_core (0.9.3 )
113
+ ood_core (0.21.0 )
114
114
ffi (~> 1.9 , >= 1.9.6 )
115
115
ood_support (~> 0.0.2 )
116
+ rexml (~> 3.2 )
116
117
ood_support (0.0.3 )
117
118
public_suffix (4.0.6 )
118
119
racc (1.6.0 )
151
152
redcarpet (3.5.1 )
152
153
request_store (1.5.0 )
153
154
rack (>= 1.4 )
155
+ rexml (3.2.5 )
154
156
sass (3.7.4 )
155
157
sass-listen (~> 4.0.0 )
156
158
sass-listen (4.0.0 )
@@ -205,7 +207,7 @@ DEPENDENCIES
205
207
local_time (~> 1.0.3 )
206
208
nokogiri (>= 1.10.4 )
207
209
ood_appkit (~> 1.0 )
208
- ood_core (~> 0.9.3 )
210
+ ood_core (~> 0.21.0 )
209
211
rails (= 5.2.6 )
210
212
sass-rails (~> 5.0 )
211
213
sdoc (~> 0.4.0 )
You can’t perform that action at this time.
0 commit comments