bundle update ffi-icu
Change-Id: Ifdf954c8f7e735ef1401b3732f54f05197b17629 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/326462 Reviewed-by: Jacob Burroughs <jburroughs@instructure.com> Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com> Build-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
parent
22029aa79a
commit
83d0203a03
|
@ -18,5 +18,5 @@
|
||||||
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
# with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
group :icu do
|
group :icu do
|
||||||
gem "ffi-icu", "0.4.0", github: "erickguan/ffi-icu", ref: "0c6f8b201f3994fa10c741ff5dbb146cb83f4a9d"
|
gem "ffi-icu", "~> 0.5"
|
||||||
end
|
end
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -1,11 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/erickguan/ffi-icu.git
|
|
||||||
revision: 0c6f8b201f3994fa10c741ff5dbb146cb83f4a9d
|
|
||||||
ref: 0c6f8b201f3994fa10c741ff5dbb146cb83f4a9d
|
|
||||||
specs:
|
|
||||||
ffi-icu (0.4.0)
|
|
||||||
ffi (~> 1.0, >= 1.0.9)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/kreynolds/cassandra-cql.git
|
remote: https://github.com/kreynolds/cassandra-cql.git
|
||||||
revision: 02b5abbe441a345c051a180327932566fd66bb36
|
revision: 02b5abbe441a345c051a180327932566fd66bb36
|
||||||
|
@ -535,6 +527,8 @@ GEM
|
||||||
ffi-compiler (1.0.1)
|
ffi-compiler (1.0.1)
|
||||||
ffi (>= 1.0.0)
|
ffi (>= 1.0.0)
|
||||||
rake
|
rake
|
||||||
|
ffi-icu (0.5.1)
|
||||||
|
ffi (~> 1.0, >= 1.0.9)
|
||||||
find_a_port (1.0.1)
|
find_a_port (1.0.1)
|
||||||
flakey_spec_catcher (0.12.1)
|
flakey_spec_catcher (0.12.1)
|
||||||
rspec (~> 3.10)
|
rspec (~> 3.10)
|
||||||
|
@ -1223,7 +1217,7 @@ DEPENDENCIES
|
||||||
factory_bot (= 6.2.1)
|
factory_bot (= 6.2.1)
|
||||||
faraday (~> 2.7)
|
faraday (~> 2.7)
|
||||||
ffi (~> 1.15)
|
ffi (~> 1.15)
|
||||||
ffi-icu (= 0.4.0)!
|
ffi-icu (~> 0.5)
|
||||||
flakey_spec_catcher (~> 0.12)
|
flakey_spec_catcher (~> 0.12)
|
||||||
folio-pagination (= 0.0.12)
|
folio-pagination (= 0.0.12)
|
||||||
gepub (= 1.0.15)
|
gepub (= 1.0.15)
|
||||||
|
|
Loading…
Reference in New Issue