Bump gem versions

This commit is contained in:
Pistos 2018-02-20 12:22:04 -05:00
parent a97995cb15
commit 2285028d35
2 changed files with 23 additions and 24 deletions

10
Gemfile
View file

@ -1,12 +1,8 @@
source 'https://rubygems.org'
# For Ruby 2.2, because :ruby_22 is not a recognize platform with older Bundler versions
gem 'curses' if RUBY_VERSION >= '2.1'
# For Ruby 2.1, and so that it is avoided for Ruby 2.0
gem 'curses', :platforms => [:ruby_21]
gem 'curses', '~> 1.2.4'
group :test do
gem 'rake'
gem 'rspec'
gem 'rake', '~> 12.3.0'
gem 'rspec', '~> 3.7.0'
end

View file

@ -1,27 +1,30 @@
GEM
remote: https://rubygems.org/
specs:
curses (1.0.1)
diff-lcs (1.2.5)
rake (10.4.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.1)
curses (1.2.4)
diff-lcs (1.3)
rake (12.3.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
PLATFORMS
ruby
DEPENDENCIES
curses
rake
rspec
curses (~> 1.2.4)
rake (~> 12.3.0)
rspec (~> 3.7.0)
BUNDLED WITH
1.16.1