Skip to content

Commit

Permalink
Update Spina to v1.1.3 (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten authored Dec 25, 2019
1 parent 4bfca48 commit 57946b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 1.1

### 1.1.3 (December 25, 2019)

* Added missing icons to Trix editor

### 1.1.2 (December 20, 2019)

* Change Spina's admin font to Metropolis
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
spina (1.1.2)
spina (1.1.3)
ancestry
bcrypt
breadcrumbs_on_rails
Expand Down Expand Up @@ -171,7 +171,7 @@ GEM
nio4r (2.5.2)
nokogiri (1.10.7)
mini_portile2 (~> 2.4.0)
pg (1.1.4)
pg (1.2.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
Expand Down Expand Up @@ -213,7 +213,7 @@ GEM
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
rake (13.0.1)
request_store (1.4.1)
request_store (1.5.0)
rack (>= 1.4)
ruby-progressbar (1.10.1)
ruby_parser (3.14.1)
Expand Down Expand Up @@ -248,7 +248,7 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.5)
tzinfo (1.2.6)
thread_safe (~> 0.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/spina/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spina
VERSION = "1.1.2"
VERSION = "1.1.3"
end

0 comments on commit 57946b9

Please sign in to comment.