Skip to content

Commit

Permalink
chore(deps): bump activesupport from 6.0.2.2 to 6.0.3.1 in /docs
Browse files Browse the repository at this point in the history
  • Loading branch information
idc101 committed May 31, 2020
1 parent 168642f commit 94717a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._

ThisBuild / scalaVersion := "2.12.11"
ThisBuild / version := "1.0.0+feature-pre-release.3abf2a5"
ThisBuild / version := "1.0.0"
ThisBuild / organization := "net.cardnell"

lazy val root = (project in file("."))
Expand Down
8 changes: 4 additions & 4 deletions docs/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.2.2)
activesupport (6.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
coffee-script (2.4.1)
Expand Down Expand Up @@ -202,7 +202,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.14.0)
minitest (5.14.1)
multipart-post (2.1.1)
nokogiri (1.10.9)
mini_portile2 (~> 2.4.0)
Expand Down Expand Up @@ -233,7 +233,7 @@ GEM
thread_safe (0.3.6)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
unicode-display_width (1.7.0)
zeitwerk (2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion etc/Formula/git-mkver.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class GitMkver < Formula
MKVER_VERSION = "1.0.0".freeze
MKVER_SHA256 = "2d935103e4b942a5153de9a04a4fe70455d39284bc22378db1e0cc2bb024f61f".freeze
MKVER_SHA256 = "d1546df319e236d038f7c6b3b88ca155fb882b237011c2cbd7e56e9a16b6ba56".freeze

desc "Installs git-mkver from pre-built binaries"
homepage "https://idc101.github.io/git-mkver/"
Expand Down

0 comments on commit 94717a2

Please sign in to comment.