Skip to content

Commit

Permalink
Version 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Nov 17, 2021
1 parent ca708e0 commit 000a0c6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pages_core (3.7.0)
pages_core (3.8.0)
RedCloth (~> 4.3.2)
actionpack-page_caching (>= 1.1.0)
acts_as_list (~> 0.9)
Expand Down Expand Up @@ -146,9 +146,9 @@ GEM
ruby-vips (~> 2.1.0)
vector2d (~> 2.2, >= 2.2.1)
erubi (1.10.0)
ethon (0.14.0)
ethon (0.15.0)
ffi (>= 1.15.0)
excon (0.85.0)
excon (0.88.0)
execjs (2.8.1)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
Expand All @@ -170,7 +170,7 @@ GEM
concurrent-ruby (~> 1.0)
i18n_data (0.13.0)
interception (0.5)
jbuilder (2.11.2)
jbuilder (2.11.3)
activesupport (>= 5.0.0)
json (2.5.1)
localizable_model (0.6.4)
Expand All @@ -187,9 +187,9 @@ GEM
mini_mime (>= 0.1.1)
marcel (1.0.1)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2021.1115)
mini_mime (1.1.1)
mini_portile2 (2.6.1)
minitest (5.14.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/pages_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PagesCore
VERSION = "3.7.0" unless PagesCore.const_defined?("VERSION")
VERSION = "3.8.0" unless PagesCore.const_defined?("VERSION")
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@anyone-oslo/pages",
"version": "3.7.0",
"version": "3.8.0",
"description": "Frontend for Pages",
"repository": {
"type": "git",
Expand Down

0 comments on commit 000a0c6

Please sign in to comment.