Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code fixed to allow Herokuapp to work #5

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 10 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
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
node_modules
*.gem
public

Gemfile\.lock

app/assets/stylesheets/dvla-internal-elements-styles\.min\.css

Gemfile\.lock
yarn.lock

app/assets/stylesheets/dvla-internal-elements-styles\.min\.css
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
dvla_internal_frontend_toolkit (2.1.15)
dvla_internal_frontend_toolkit (2.2.0)
railties (~> 5.1)

GEM
Expand All @@ -26,7 +26,7 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
builder (3.2.3)
concurrent-ruby (1.1.4)
concurrent-ruby (1.1.5)
crass (1.0.4)
erubi (1.8.0)
i18n (1.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/dvla_internal_frontend_toolkit/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module DvlaInternalFrontendToolkit
VERSION = "2.2.0"
Copy link
Contributor Author

@LeePrototype LeePrototype Mar 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Message should have read "2.2.0 to 2.2.1". The code here is correct.

VERSION = "2.2.1"
end
Loading