Skip to content

Commit

Permalink
Updates bundler to 2.5.20
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielCouzens committed Nov 15, 2024
1 parent c32d57d commit b27b8e2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This app allows the user to explore HMLR price-paid open linked data.

## Changelog

## 1.8.1 - 2024-11

- (Dan) Updates bundler version to 2.5.20 [GH-259](https://github.com/epimorphics/ppd-explorer/issues/259)

## 1.8.0 - 2024-10

- (Dan) Updates ruby version to 2.7.8 and alpine version to 3.16 [GH-253](https://github.com/epimorphics/ppd-explorer/issues/253)
Expand Down
49 changes: 26 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
GEM
remote: https://rubygems.org/
remote: https://rubygems.pkg.github.com/epimorphics/
specs:
actioncable (5.2.7)
actionpack (= 5.2.7)
Expand Down Expand Up @@ -75,10 +74,6 @@ GEM
crack (0.4.5)
rexml
crass (1.0.6)
data_services_api (1.3.3)
faraday_middleware (~> 1.2.0)
json (~> 2.6.1)
yajl-ruby (~> 1.4.1)
docile (1.4.0)
erubi (1.10.0)
erubis (2.7.0)
Expand Down Expand Up @@ -153,10 +148,6 @@ GEM
railties (>= 3.2.16)
json (2.6.3)
json_expressions (0.9.0)
json_rails_logger (1.0.1)
json
lograge
railties
libv8-node (16.10.0.0)
libv8-node (16.10.0.0-aarch64-linux)
libv8-node (16.10.0.0-x86_64-darwin)
Expand All @@ -171,19 +162,6 @@ GEM
loofah (2.21.3)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lr_common_styles (2.0.0)
bootstrap-sass (~> 3.4.0)
font-awesome-rails (~> 4.7.0.1)
govuk_elements_rails (~> 2.0.0)
govuk_frontend_toolkit (~> 4.18.1)
govuk_template (~> 0.18.1)
haml-rails (~> 2.0.0)
jquery-rails (>= 4.3.5, < 4.7.0)
lodash-rails (~> 4.17.14)
modernizr-rails (~> 2.7.1)
modulejs-rails (~> 2.2.0.0)
rails (>= 5.2.4)
sass-rails (~> 5.0.4)
mail (2.7.1)
mini_mime (>= 0.1.1)
marcel (1.0.2)
Expand Down Expand Up @@ -359,6 +337,31 @@ GEM
nokogiri (~> 1.8)
yajl-ruby (1.4.3)

GEM
remote: https://rubygems.pkg.github.com/epimorphics/
specs:
data_services_api (1.3.3)
faraday_middleware (~> 1.2.0)
json (~> 2.6.1)
yajl-ruby (~> 1.4.1)
json_rails_logger (1.0.3)
json
lograge
railties
lr_common_styles (2.1.0)
bootstrap-sass
font-awesome-rails
govuk_elements_rails
govuk_frontend_toolkit
govuk_template
haml-rails
jquery-rails
lodash-rails
modernizr-rails
modulejs-rails
rails
sass-rails

PLATFORMS
-darwin-20
aarch64-linux
Expand Down Expand Up @@ -414,4 +417,4 @@ DEPENDENCIES
yajl-ruby

BUNDLED WITH
2.4.4
2.5.20
2 changes: 1 addition & 1 deletion app/lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Version
MAJOR = 1
MINOR = 8
PATCH = 0
PATCH = 1
SUFFIX = nil
VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}#{SUFFIX && ".#{SUFFIX}"}"
end

0 comments on commit b27b8e2

Please sign in to comment.