Skip to content

Commit 89998c1

Browse files
committed
Move mechanize in Gemfile
We want this command to be available in the production environment so we can start to get away from maving to check in new versions into Mavis. The list of schools in Mavis should be independent of the released version. Jira-Issue: MAV-1257
1 parent a209cce commit 89998c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ gem "govuk_design_system_formbuilder"
4444
gem "govuk_markdown"
4545
gem "jsonb_accessor"
4646
gem "jwt"
47+
gem "mechanize"
4748
gem "notifications-ruby-client"
4849
gem "okcomputer"
4950
gem "omniauth_openid_connect"
@@ -85,7 +86,6 @@ group :development do
8586
gem "aws-sdk-rds", "~> 1"
8687
gem "aws-sdk-s3", "~> 1"
8788
gem "hotwire-livereload"
88-
gem "mechanize"
8989
gem "prettier_print", require: false
9090
gem "rladr"
9191
gem "rubocop-govuk", require: false

0 commit comments

Comments
 (0)