Skip to content

Commit c4604fa

Browse files
committedDec 20, 2015
Updated gems.
1 parent e5123e3 commit c4604fa

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed
 

‎Gemfile

-2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,3 @@ gem "daedalus-core", "~> 0.1"
77
gem "rubinius-bridge", "~> 1.0"
88

99
gem "rubinius-build_tools", "~> 2.0"
10-
11-
gem 'aws-sdk'

‎Gemfile.lock

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
aws-sdk (2.2.4)
5-
aws-sdk-resources (= 2.2.4)
6-
aws-sdk-core (2.2.4)
7-
jmespath (~> 1.0)
8-
aws-sdk-resources (2.2.4)
9-
aws-sdk-core (= 2.2.4)
104
daedalus-core (0.5.0)
11-
jmespath (1.1.3)
125
rake (10.4.2)
136
redcard (1.1.0)
147
rubinius-ast (2.3.2)
@@ -29,12 +22,11 @@ PLATFORMS
2922
ruby
3023

3124
DEPENDENCIES
32-
aws-sdk
3325
daedalus-core (~> 0.1)
3426
rake (~> 10.0)
3527
redcard (~> 1.0)
3628
rubinius-bridge (~> 1.0)
3729
rubinius-build_tools (~> 2.0)
3830

3931
BUNDLED WITH
40-
1.10.6
32+
1.11.2

‎gems_list.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
bundler-1.10.5.gem
1+
bundler-1.11.2.gem
22
daedalus-core-0.5.0.gem
33
ffi2-generators-0.1.1.gem
44
json-1.8.3.gem
55
minitest-4.7.5.gem
66
psych-2.0.10.gem
7-
racc-1.4.12.gem
7+
racc-1.4.14.gem
88
rake-10.4.2.gem
99
rb-readline-0.5.3.gem
1010
rdoc-4.2.0.gem
@@ -25,7 +25,7 @@ rubysl-base64-2.0.0.gem
2525
rubysl-benchmark-2.0.1.gem
2626
rubysl-bigdecimal-2.0.2.gem
2727
rubysl-cgi-2.0.1.gem
28-
rubysl-cgi-session-2.0.1.gem
28+
rubysl-cgi-session-2.1.0.gem
2929
rubysl-cmath-2.0.0.gem
3030
rubysl-complex-2.0.0.gem
3131
rubysl-continuation-2.0.0.gem
@@ -71,9 +71,9 @@ rubysl-nkf-2.0.1.gem
7171
rubysl-observer-2.0.0.gem
7272
rubysl-open-uri-2.0.0.gem
7373
rubysl-open3-2.0.0.gem
74-
rubysl-openssl-2.3.0.gem
74+
rubysl-openssl-2.4.0.gem
7575
rubysl-optparse-2.0.1.gem
76-
rubysl-ostruct-2.0.4.gem
76+
rubysl-ostruct-2.1.0.gem
7777
rubysl-pathname-2.1.0.gem
7878
rubysl-prettyprint-2.0.3.gem
7979
rubysl-prime-2.0.1.gem

0 commit comments

Comments
 (0)
Please sign in to comment.