Skip to content

Commit

Permalink
Bump gem version
Browse files Browse the repository at this point in the history
Also adds .ruby-version for ease of development with ruby version
managers.

Signed-off-by: Christa Hartsock <[email protected]>
Co-authored-by: Christa Hartsock <[email protected]>
  • Loading branch information
luigi and hartsick committed Nov 6, 2018
1 parent aa2e3da commit 814e395
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.3
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:
cfa-styleguide (0.4.4)
cfa-styleguide (0.4.5)
autoprefixer-rails
bourbon
jquery-rails
Expand Down Expand Up @@ -55,7 +55,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
arel (9.0.0)
autoprefixer-rails (9.2.1)
autoprefixer-rails (9.3.1)
execjs
bourbon (5.1.0)
sass (~> 3.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/cfa/styleguide/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Cfa
module Styleguide
VERSION = "0.4.4"
VERSION = "0.4.5"
end
end

0 comments on commit 814e395

Please sign in to comment.