Skip to content

Commit

Permalink
Rollback version bumps in gem files
Browse files Browse the repository at this point in the history
  • Loading branch information
boks-kb-dk committed May 23, 2024
1 parent fa1face commit da1aa06
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 5 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ gem 'sqlite3'
gem "actionview", ">= 5.2.8.1"
# Use Puma as the app server
# gem 'puma', '~> 3.12'
gem "puma", ">= 6.4.2"
gem "puma", ">= 5.6.4"
# Use SCSS for stylesheets
gem 'sassc-rails', '~> 2.1.0'
# Use Uglifier as compressor for JavaScript assets
Expand All @@ -34,7 +34,7 @@ gem "activerecord", ">= 5.2.4.5"

gem "activesupport", "~> 5.2.8.1"
gem "activestorage", "~> 5.2.8.1"
gem "rack", ">= 2.2.6.4"
gem "rack", ">= 2.2.3"

gem "actionpack", ">= 5.2.8.1"

Expand Down Expand Up @@ -99,4 +99,6 @@ gem 'oai'
# Google Material Icons
gem 'material_icons'

gem "nokogiri", ">= 1.16.5"
gem "nokogiri", ">= 1.13.9"


22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -166,14 +166,14 @@ GEM
railties (>= 3.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.6)
mini_portile2 (2.8.1)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitar (0.9)
minitest (5.17.0)
nio4r (2.7.3)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
nio4r (2.5.8)
nokogiri (1.13.10)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
oai (1.2.1)
builder (>= 3.1.0)
Expand All @@ -182,10 +182,10 @@ GEM
orm_adapter (0.5.0)
popper_js (1.16.0)
public_suffix (4.0.7)
puma (6.4.2)
puma (5.6.4)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
racc (1.6.2)
rack (2.2.6.2)
rack-cas (0.16.1)
addressable (~> 2.3)
nokogiri (~> 1.5)
Expand Down Expand Up @@ -224,8 +224,7 @@ GEM
actionpack (>= 5.0)
railties (>= 5.0)
retriable (3.1.2)
rexml (3.2.8)
strscan (>= 3.0.9)
rexml (3.2.5)
rsolr (2.5.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
Expand Down Expand Up @@ -262,7 +261,6 @@ GEM
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.4.4)
strscan (3.1.0)
thor (1.2.1)
thread_safe (0.3.6)
tilt (2.0.10)
Expand Down Expand Up @@ -318,10 +316,10 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.2)
material_icons
mini_racer (= 0.4.0)
nokogiri (>= 1.14.3)
nokogiri (>= 1.13.9)
oai
puma (>= 5.6.4)
rack (>= 2.2.6.4)
rack (>= 2.2.3)
rails (~> 5.2.8.1)
rsolr (>= 1.0)
sassc-rails (~> 2.1.0)
Expand Down

0 comments on commit da1aa06

Please sign in to comment.