Skip to content

Commit

Permalink
Merge pull request #121 from collectionspace/bump-versions
Browse files Browse the repository at this point in the history
bump all the versions
  • Loading branch information
kspurgin authored Jul 14, 2021
2 parents 0ceab9a + 06089f7 commit ff839d0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.2
2.7.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This project bumps the version number for any changes (including documentation u

## [Unreleased]

## [2.4.7] - 2021-07-14
### Changed
- use ruby v2.7.3
- use `collectionspace-client` v0.9.0
- use `collectionspace-refcache` v0.7.6

## [2.4.6] - 2021-07-13
### Changed
- `mediaFileURI` is included in the list of known columns for media procedure records.
Expand Down
7 changes: 4 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
source "https://rubygems.org"

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }

ruby '2.7.3'

gem 'facets', require: false

# Specify your gem's dependencies in collectionspace-mapper.gemspec
gem 'collectionspace-client', tag: 'v0.8.0', git: 'https://github.com/collectionspace/collectionspace-client.git'
gem 'collectionspace-refcache', tag: 'v0.7.4', git: 'https://github.com/collectionspace/collectionspace-refcache.git'
gem 'collectionspace-client', tag: 'v0.9.0', git: 'https://github.com/collectionspace/collectionspace-client.git'
gem 'collectionspace-refcache', tag: 'v0.7.6', git: 'https://github.com/collectionspace/collectionspace-refcache.git'
gemspec
2 changes: 1 addition & 1 deletion collectionspace-mapper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/lyrasis/collectionspace-mapper'
spec.license = 'MIT'

spec.required_ruby_version = '>= 2.7.2'
spec.required_ruby_version = '>= 2.7.3'

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
Expand Down
2 changes: 1 addition & 1 deletion lib/collectionspace/mapper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CollectionSpace
module Mapper
VERSION = "2.4.6"
VERSION = "2.4.7"
end
end

0 comments on commit ff839d0

Please sign in to comment.