Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MarkUsProject/Markus into…
Browse files Browse the repository at this point in the history
… track-used-grace-credits
  • Loading branch information
hemmatio committed Oct 3, 2024
2 parents 11e9661 + 581af2f commit d6d554c
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 213 deletions.
30 changes: 14 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ GEM
activesupport (>= 6.0)
activemodel (7.2.1)
activesupport (= 7.2.1)
activemodel-serializers-xml (1.0.2)
activemodel (> 5.x)
activesupport (> 5.x)
activemodel-serializers-xml (1.0.3)
activemodel (>= 5.0.0.a)
activesupport (>= 5.0.0.a)
builder (~> 3.1)
activerecord (7.2.1)
activemodel (= 7.2.1)
Expand Down Expand Up @@ -87,8 +87,8 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.2)
autoprefixer-rails (10.4.19.0)
execjs (~> 2)
Expand Down Expand Up @@ -203,10 +203,10 @@ GEM
glob (0.4.0)
globalid (1.2.1)
activesupport (>= 6.1)
hashdiff (1.1.0)
hashdiff (1.1.1)
highline (3.0.1)
histogram (0.2.4.1)
i18n (1.14.5)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
i18n-js (4.2.3)
glob (>= 0.4.0)
Expand All @@ -232,13 +232,13 @@ GEM
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.2)
jwt (2.8.2)
jwt (2.9.1)
base64
kgio (2.11.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -276,7 +276,7 @@ GEM
ast (~> 2.4.1)
racc
pdf-core (0.10.0)
pg (1.5.7)
pg (1.5.8)
pkg-config (1.5.6)
pluck_to_hash (1.0.2)
activerecord (>= 4.0.2)
Expand All @@ -290,7 +290,7 @@ GEM
rqrcode (>= 1.0.0)
psych (5.1.2)
stringio
public_suffix (5.0.5)
public_suffix (6.0.1)
puma (6.4.3)
nio4r (~> 2.0)
raabro (1.4.0)
Expand Down Expand Up @@ -379,8 +379,7 @@ GEM
redis (>= 3.3)
resque (>= 1.27)
rufus-scheduler (~> 3.2, != 3.3)
rexml (3.3.6)
strscan
rexml (3.3.8)
rmagick (6.0.1)
observer (~> 0.1)
pkg-config (~> 1.4)
Expand Down Expand Up @@ -416,7 +415,7 @@ GEM
fugit (~> 1.1, >= 1.1.6)
rugged (1.7.2)
securerandom (0.3.1)
selenium-webdriver (4.24.0)
selenium-webdriver (4.25.0)
base64 (~> 0.2)
logger (~> 1.4)
rexml (~> 3.2, >= 3.2.5)
Expand Down Expand Up @@ -447,7 +446,6 @@ GEM
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.1)
strscan (3.1.0)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
terser (1.2.3)
Expand All @@ -466,7 +464,7 @@ GEM
raindrops (~> 0.7)
uniform_notifier (1.16.0)
useragent (0.16.10)
webmock (3.23.1)
webmock (3.24.0)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
Loading

0 comments on commit d6d554c

Please sign in to comment.