Skip to content

Commit 3af5016

Browse files
authored
Merge pull request #232 from ukparliament/mobile_design_changes
Mobile design changes
2 parents 86ed797 + 8a00307 commit 3af5016

File tree

54 files changed

+159
-423
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+159
-423
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby-4.0.1
1+
4.0.1

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ruby 4.0.1
1+
ruby 4.0.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# Use the official Ruby image as a base
3-
FROM ruby:3.3.1
3+
FROM ruby:4.0.1
44

55
# Set environment variables
66
ENV RAILS_ENV development

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ gem 'cgi'
99
gem 'fiddle'
1010
gem "pg"
1111
gem "propshaft"
12-
gem "library_design", github: "ukparliament/design-assets", glob: 'library_design/*.gemspec', tag: "0.6.4"
12+
gem "library_design", github: "ukparliament/design-assets", glob: 'library_design/*.gemspec', tag: "0.6.10"
1313
gem "importmap-rails"
14-
gem "font-awesome-rails"
1514
gem "haml"
1615
gem "turbo-rails"
1716
gem "stimulus-rails"

Gemfile.lock

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GIT
22
remote: https://github.com/ukparliament/design-assets.git
3-
revision: 88687369f401dc8f5c666712d37eda3da567ee15
4-
tag: 0.6.4
3+
revision: 8204acf7e6525a7681e554fecce663e83242c94d
4+
tag: 0.6.10
55
glob: library_design/*.gemspec
66
specs:
7-
library_design (0.6.4)
7+
library_design (0.6.10)
88
rack-cors (~> 3.0.0)
99

1010
GEM
@@ -122,8 +122,6 @@ GEM
122122
faker (3.5.1)
123123
i18n (>= 1.8.11, < 2)
124124
fiddle (1.1.8)
125-
font-awesome-rails (4.7.0.9)
126-
railties (>= 3.2, < 9.0)
127125
globalid (1.3.0)
128126
activesupport (>= 6.1)
129127
haml (6.3.0)
@@ -320,7 +318,6 @@ DEPENDENCIES
320318
factory_bot_rails
321319
faker
322320
fiddle
323-
font-awesome-rails
324321
haml
325322
importmap-rails
326323
jbuilder

Gemfile.lock.bac

Lines changed: 0 additions & 341 deletions
This file was deleted.

0 commit comments

Comments
 (0)