Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"

gem 'fastlane', "~> 2.226.0"
gem "rexml", "~> 3.4.2"
gem "rexml", "~> 3.4"


# Deps for fastlane
Expand Down
24 changes: 13 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,28 @@ GEM
public_suffix (>= 2.0.2, < 7.0)
artifactory (3.0.17)
atomos (0.1.3)
aws-eventstream (1.3.2)
aws-partitions (1.1107.0)
aws-sdk-core (3.224.0)
aws-eventstream (1.4.0)
aws-partitions (1.1200.0)
aws-sdk-core (3.241.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
base64
bigdecimal
jmespath (~> 1, >= 1.6.1)
logger
aws-sdk-kms (1.101.0)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-kms (1.119.0)
aws-sdk-core (~> 3, >= 3.241.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.186.1)
aws-sdk-core (~> 3, >= 3.216.0)
aws-sdk-s3 (1.210.0)
aws-sdk-core (~> 3, >= 3.241.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
aws-sigv4 (1.12.1)
aws-eventstream (~> 1, >= 1.0.2)
babosa (1.0.4)
base64 (0.2.0)
base64 (0.3.0)
bigdecimal (4.0.1)
claide (1.1.0)
colored (1.2)
colored2 (3.1.2)
Expand Down Expand Up @@ -181,7 +183,7 @@ GEM
trailblazer-option (>= 0.1.1, < 0.2.0)
uber (< 0.2.0)
retriable (3.1.2)
rexml (3.4.2)
rexml (3.4.4)
rouge (3.28.0)
ruby2_keywords (0.0.5)
rubyzip (2.4.1)
Expand Down Expand Up @@ -229,7 +231,7 @@ DEPENDENCIES
fastlane (~> 2.226.0)
logger
mutex_m
rexml (~> 3.4.2)
rexml (~> 3.4)

BUNDLED WITH
2.6.2
4 changes: 2 additions & 2 deletions article_forge/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ source "https://rubygems.org"

gem "rackup", "~> 2.2.1", require: false
gem "puma", "~> 6.5.0", require: false
gem "sinatra", "~> 4.1.1", require: false
gem "sinatra", "~> 4.1", require: false
gem "liquid"
gem "rexml", "~> 3.3.9"
gem "rexml", "~> 3.4"

group :development, :test do
gem "sass-embedded"
Expand Down
22 changes: 11 additions & 11 deletions article_forge/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.2)
base64 (0.2.0)
base64 (0.3.0)
bigdecimal (3.1.8)
debug (1.9.2)
irb (~> 1.10)
Expand All @@ -26,8 +26,8 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
mustermann (3.0.3)
logger (1.7.0)
mustermann (3.0.4)
ruby2_keywords (~> 0.0.1)
nio4r (2.7.4)
parallel (1.24.0)
Expand All @@ -39,8 +39,8 @@ GEM
puma (6.5.0)
nio4r (~> 2.0)
racc (1.7.3)
rack (3.1.16)
rack-protection (4.1.1)
rack (3.2.4)
rack-protection (4.2.1)
base64 (>= 0.1.0)
logger (>= 1.6.0)
rack (>= 3.0.0, < 4)
Expand All @@ -61,7 +61,7 @@ GEM
io-console (~> 0.5)
rerun (0.14.0)
listen (~> 3.0)
rexml (3.3.9)
rexml (3.4.4)
rubocop (1.62.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
Expand All @@ -84,11 +84,11 @@ GEM
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-linux-gnu)
google-protobuf (~> 4.26)
sinatra (4.1.1)
sinatra (4.2.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-protection (= 4.2.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
standard (1.35.1)
Expand All @@ -105,7 +105,7 @@ GEM
rubocop-performance (~> 1.20.2)
stringio (3.1.1)
terminal-notifier (2.0.0)
tilt (2.4.0)
tilt (2.6.1)
unicode-display_width (2.5.0)

PLATFORMS
Expand All @@ -120,9 +120,9 @@ DEPENDENCIES
rackup (~> 2.2.1)
rb-fsevent (~> 0.11.2)
rerun
rexml (~> 3.3.9)
rexml (~> 3.4)
sass-embedded
sinatra (~> 4.1.1)
sinatra (~> 4.1)
standard
terminal-notifier

Expand Down