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

Feature/assessments #388

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gem 'validates_timeliness'
gem 'paranoia', '~> 2.2'
gem 'browser', require: 'browser/browser'
gem 'activerecord-import'
gem 'camden_style_guide', '0.2.1', git: 'https://github.com/wearefuturegov/camden-style-guide.git'
gem 'camden_style_guide', '0.3.0', git: 'https://github.com/wearefuturegov/camden-style-guide.git'

group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/wearefuturegov/camden-style-guide.git
revision: 7225feda3203575e1847e8aa49dd83207ce94844
revision: 0ac45ca25e2d1e8c2bd9a924ef32ff62526a7592
specs:
camden_style_guide (0.2.1)
camden_style_guide (0.3.0)
rails (~> 6.0.2, >= 6.0.2.2)
webpacker (~> 4)

Expand Down Expand Up @@ -383,7 +383,7 @@ DEPENDENCIES
bootsnap (>= 1.4.2)
browser
byebug
camden_style_guide (= 0.2.1)!
camden_style_guide (= 0.3.0)!
capybara (>= 2.15)
csv
cucumber-rails
Expand Down
Loading