Skip to content

Commit

Permalink
Bump icasework from 0.1.2 to 0.1.3
Browse files Browse the repository at this point in the history
Includes compatibility fix for Ruby 3+.
  • Loading branch information
gbp committed Jan 16, 2025
1 parent f4f1714 commit 78d4ce5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
Ascii85 (1.1.1)
actioncable (6.1.6)
actionpack (= 6.1.6)
activesupport (= 6.1.6)
Expand Down Expand Up @@ -72,6 +72,7 @@ GEM
activerecord (>= 3.2, < 8.0)
rake (>= 10.4, < 14.0)
ast (2.4.2)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.11.1)
msgpack (~> 1.2)
Expand Down Expand Up @@ -129,12 +130,13 @@ GEM
domain_name (~> 0.5)
i18n (1.10.0)
concurrent-ruby (~> 1.0)
icasework (0.1.2)
activesupport (>= 4.0.0)
icasework (0.1.3)
activesupport (>= 4.0.0, < 6.2)
jwt (~> 2.2.0)
nokogiri (~> 1.0)
pdf-reader (~> 2.4.0)
rest-client (~> 2.1.0)
rexml (~> 3.4.0)
infreemation (0.2.3)
json (~> 2.5.1)
rest-client (~> 2.1.0)
Expand Down Expand Up @@ -263,7 +265,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.2.5)
rexml (3.4.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
Expand Down Expand Up @@ -345,7 +347,8 @@ GEM
e2mmap
tilt (2.0.10)
timeout (0.4.3)
ttfunk (1.7.0)
ttfunk (1.8.0)
bigdecimal (~> 3.1)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
Expand Down

0 comments on commit 78d4ce5

Please sign in to comment.